Merge from trunk + rename the event. Not tested yet.
[bpt/emacs.git] / oldXMenu / XDestAssoc.c
index 135b0c2..94c0454 100644 (file)
@@ -2,14 +2,13 @@
 
 #include "copyright.h"
 
-
-#include <X11/Xlib.h>
-#include "X10.h"
+#include "XMenuInt.h"
 
 /*
  * XDestroyAssocTable - Destroy (free the memory associated with)
  * an XAssocTable.
  */
+void
 XDestroyAssocTable(register XAssocTable *table)
 {
        register int i;
@@ -35,4 +34,3 @@ XDestroyAssocTable(register XAssocTable *table)
        /* Free the table. */
        free((char *)table);
 }
-