X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1f3ddf11e81c4c707fe2f231d05012185b842403..b75f46418651bee07ad6433ba95602a78ff19e94:/oldXMenu/Destroy.c diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index 8d904a5387..7f0f614631 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c @@ -1,6 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -14,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. */ @@ -113,6 +115,3 @@ XMenuDestroy(display, menu) */ free(menu); } - -/* arch-tag: 44c9589f-5893-46fc-bc23-1b03a7f9c015 - (do not change this comment) */