2004-08-30 Andreas Schwab <schwab@suse.de>
+ * libltdl/slist.h (SListCallback): Fix missing type.
+
* config/ltmain.in: Accept --mode=relink.
2004-08-29 Gary V. Vaughan <gary@gnu.org>
} SList;
typedef void * SListCompare (const SList *node, const void *userdata);
-typedef int SListCallback (const SList *node, const *userdata);
+typedef int SListCallback (const SList *node, const void *userdata);
LT_SCOPE SList *slist_new (const void *userdata);
LT_SCOPE SList *slist_delete (SList *head, void (*delete) (void *data));