]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XMenuInt.h
doh, fixing year in ChangeLog entries introduced by last two commits
[gnu-emacs] / oldXMenu / XMenuInt.h
index 721652c95395b132cae0c40816a8756f35c4116c..369b8c1a4a956f2262299417036ce04dcb1be8e2 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef _XMenuInternal_h_
 #define _XMenuInternal_h_
 
+#include <config.h>
+
 /* Avoid warnings about redefining NULL by including <stdio.h> first;
    the other file which wants to define it (<stddef.h> on Ultrix
    systems) can deal if NULL is already defined, but <stdio.h> can't.  */
@@ -60,7 +62,6 @@ void _XMRefreshPane(Display *display, XMenu *menu, XMPane *pane);
 void _XMRefreshSelection(Display *display, XMenu *menu, XMSelect *select);
 void emacs_insque (void *elem, void *prev);
 void emacs_remque (void *elem);
-void XDeleteAssoc(Display *dpy, XAssocTable *table, XID x_id);
 void XDestroyAssocTable(XAssocTable *table);
 void XMakeAssoc(Display *dpy, XAssocTable *table, XID x_id, void *data);
 void XDeleteAssoc(Display *dpy, XAssocTable *table, XID x_id);