[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool 1.9b: missing type
From: |
Andreas Schwab |
Subject: |
libtool 1.9b: missing type |
Date: |
Mon, 30 Aug 2004 01:44:34 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
2004-08-30 Andreas Schwab <address@hidden>
* libltdl/slist.h (SListCallback): Fix missing type.
--- libltdl/slist.h.~1.1.~ 2004-07-15 14:33:19.000000000 +0200
+++ libltdl/slist.h 2004-08-30 01:39:28.710684976 +0200
@@ -51,7 +51,7 @@ typedef struct slist {
} 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));
Andreas.
--
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- libtool 1.9b: missing type,
Andreas Schwab <=