summaryrefslogtreecommitdiff
path: root/lwlib/xlwmenu.h
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-06-06 14:12:10 +0000
committerDave Love <fx@gnu.org>2000-06-06 14:12:10 +0000
commitb755823468c1cd6864c4ed71522f2e1aebee4c5c (patch)
tree8dacd5a2cdb60620fb7271f3416eeef6018d82ae /lwlib/xlwmenu.h
parent784d26bf983472a69b9de9a3254fd1e715c23735 (diff)
downloademacs-b755823468c1cd6864c4ed71522f2e1aebee4c5c.tar.gz
Enable prototypes.
Diffstat (limited to 'lwlib/xlwmenu.h')
-rw-r--r--lwlib/xlwmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index 0dc39ebe322..5d9a4c2eef3 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -52,6 +52,6 @@ typedef struct _XlwMenuClassRec *XlwMenuWidgetClass;
extern WidgetClass xlwMenuWidgetClass;
void
-pop_up_menu ();
+pop_up_menu __P ((XlwMenuWidget, XButtonPressedEvent*));
#endif /* _XlwMenu_h */