--- list.h.orig	Thu Jun  4 00:51:02 1998
+++ list.h	Thu Dec  9 23:53:03 1999
@@ -50,9 +50,9 @@
 };
 
 
-extern void AddToList(name_list **list_head, char *name, char *ptr);
-extern char* LookInList(name_list *list_head, char *name, void/*XClassHint*/ *class);
-extern char* LookInNameList(name_list *list_head, char *name);
+extern void AddToList();
+extern char* LookInList();
+extern char* LookInNameList();
 
 #endif /* _LIST_ */
 
