瀏覽代碼

COMP: Try to remove warnings on windows

Andy Cedilnik 21 年之前
父節點
當前提交
36880eba05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Utilities/cmxmlrpc/linklist.h

+ 1 - 1
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;