Convert function definitions in oldXMenu to standard C.
* oldXMenu/Activate.c: Convert function definitions to standard C. * oldXMenu/AddPane.c: * oldXMenu/AddSel.c: * oldXMenu/ChgPane.c: * oldXMenu/ChgSel.c: * oldXMenu/Create.c: * oldXMenu/DelPane.c: * oldXMenu/DelSel.c: * oldXMenu/Destroy.c: * oldXMenu/Error.c: * oldXMenu/EvHand.c: * oldXMenu/FindPane.c: * oldXMenu/FindSel.c: * oldXMenu/InsPane.c: * oldXMenu/InsSel.c: * oldXMenu/Internal.c: * oldXMenu/Locate.c: * oldXMenu/Post.c: * oldXMenu/Recomp.c: * oldXMenu/SetAEQ.c: * oldXMenu/SetFrz.c: * oldXMenu/SetPane.c: * oldXMenu/SetSel.c: * oldXMenu/X10.h: * oldXMenu/XCrAssoc.c: * oldXMenu/XDelAssoc.c: * oldXMenu/XDestAssoc.c: * oldXMenu/XLookAssoc.c: * oldXMenu/XMakeAssoc.c: * oldXMenu/XMenu.h: * oldXMenu/XMenuInt.h: * oldXMenu/insque.c: Likewise.
This commit is contained in:
parent
c3174d16e2
commit
b782e2d7f3
33 changed files with 241 additions and 241 deletions
|
@ -17,10 +17,10 @@
|
|||
#include "XMenuInt.h"
|
||||
|
||||
int
|
||||
XMenuChangePane(menu, p_num, label)
|
||||
register XMenu *menu; /* Menu object to be modified. */
|
||||
register int p_num; /* Pane number to be modified. */
|
||||
char *label; /* Selection label. */
|
||||
XMenuChangePane(register XMenu *menu, register int p_num, char *label)
|
||||
/* Menu object to be modified. */
|
||||
/* Pane number to be modified. */
|
||||
/* Selection label. */
|
||||
{
|
||||
register XMPane *p_ptr; /* XMPane pointer. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue