Modernize to C89, for better static checking.
[bpt/emacs.git] / oldXMenu / X10.h
index 6b0626f..c30632b 100644 (file)
@@ -54,7 +54,7 @@ typedef struct _XAssoc {
        struct _XAssoc *prev;   /* Previous obejct in this bucket. */
        Display *display;       /* Display which owns the id. */
        XID x_id;               /* X Window System id. */
-       char *data;             /* Pointer to untyped memory. */
+       void *data;             /* Pointer to untyped memory. */
 } XAssoc;
 
 /*
@@ -75,4 +75,3 @@ XAssocTable *XCreateAssocTable(int size);
 char *XLookUpAssoc(Display *dpy, XAssocTable *table, XID x_id);
 
 #endif /* _X10_H_ */
-