Merge changes from emacs-23 branch
[bpt/emacs.git] / oldXMenu / X10.h
index cc59252..6b0626f 100644 (file)
@@ -15,8 +15,6 @@
  *
  */
 
-/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007 Free Software Foundation, Inc.  */
 
 /*
  *     X10.h - Header definition and support file for the C subroutine
@@ -73,10 +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_ */
 
-/* arch-tag: b0b749fb-757b-470b-b405-af7d033a5aad
-   (do not change this comment) */