From 36880eba05af847a2d3263eb72c69b0a1324b66e Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 6 Mar 2005 12:10:01 -0500 Subject: [PATCH] COMP: Try to remove warnings on windows --- Utilities/cmxmlrpc/linklist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmxmlrpc/linklist.h b/Utilities/cmxmlrpc/linklist.h index f6f264129..b07be84b5 100644 --- a/Utilities/cmxmlrpc/linklist.h +++ b/Utilities/cmxmlrpc/linklist.h @@ -159,7 +159,7 @@ list_remove_tail(struct list_head * const anchorP) { static __inline__ void * list_foreach(struct list_head * const anchorP, - void * functionP(struct list_head *, void *), + void * functionP(struct list_head * const, void * const), void * const context) { struct list_head * p;