X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5b0d63bc3658e0892d01c61cc168131813e7a8b0..76bf44370e7b1215bb8f6125eea03102fc8f786d:/oldXMenu/FindPane.c diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 6c0be73f0f..8101d009a2 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -16,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; @@ -63,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) */