From 2ab57b6022d5907e1e9de68e7314a5f8bc95144a Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Mon, 7 Nov 2005 13:14:19 +0000 Subject: fixed compilation warnings --- src/pacman/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/list.h') diff --git a/src/pacman/list.h b/src/pacman/list.h index 13ad034a..86ebdff9 100644 --- a/src/pacman/list.h +++ b/src/pacman/list.h @@ -31,7 +31,7 @@ typedef struct __list_t { #define FREELIST(p) do { if(p) { list_free(p); p = NULL; } } while(0) -list_t *list_new(); +list_t *list_new(void); void list_free(list_t* list); list_t *list_add(list_t* list, void *data); int list_count(list_t* list); -- cgit v1.2.3-70-g09d2