X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/be8e0e977a411c16f5d2f3ccf28b4818dab2d88d..c2d6c639cf2bfdb7564bcb8706ac45b0d18dc895:/oldXMenu/FindPane.c diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 9cac5b0588..8101d009a2 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c @@ -1,7 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.3 2003/09/01 15:45:47 miles Exp $ */ -/* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -15,11 +15,10 @@ */ #include "XMenuInt.h" +#include int -XMenuFindPane(menu, label) - register XMenu *menu; - register char *label; +XMenuFindPane(register XMenu *menu, register char *label) { register XMPane *p_ptr; register int i = 0; @@ -62,6 +61,3 @@ XMenuFindPane(menu, label) _XMErrorCode = XME_P_NOT_FOUND; return (XM_FAILURE); } - -/* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54 - (do not change this comment) */