소스 검색

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;