diff options
Diffstat (limited to 'oldXMenu/X10.h')
-rw-r--r-- | oldXMenu/X10.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index e1abcbbe6c5..9a7766bc09d 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h @@ -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_ */ |