X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b398a621cb643f8c86dc71b86ea8afdbba41646f..bf21c84f0d3dab33b4836098b789eaddf9492b2a:/oldXMenu/Destroy.c diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index b0b9ed7756..7f0f614631 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c @@ -1,7 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -15,9 +15,10 @@ #include "XMenuInt.h" -XMenuDestroy(display, menu) - Display *display; - register XMenu *menu; /* Menu object to destroy. */ +void +XMenuDestroy(Display *display, register XMenu *menu) + + /* Menu object to destroy. */ { register XMPane *p_ptr; /* Pointer to the current pane. */ register XMPane *p_next; /* Pointer to the next pane. */ @@ -114,6 +115,3 @@ XMenuDestroy(display, menu) */ free(menu); } - -/* arch-tag: 44c9589f-5893-46fc-bc23-1b03a7f9c015 - (do not change this comment) */