Convert function definitions in oldXMenu to standard C.
[bpt/emacs.git] / oldXMenu / X10.h
index e1abcbb..9a7766b 100644 (file)
@@ -71,8 +71,8 @@ typedef struct {
     int size;                  /* Table size (number of buckets). */
 } XAssocTable;
 
-XAssocTable *XCreateAssocTable();
-char *XLookUpAssoc();
+XAssocTable *XCreateAssocTable(int size);
+char *XLookUpAssoc(Display *dpy, XAssocTable *table, XID x_id);
 
 #endif /* _X10_H_ */