From b2df466ffd87c46a823fc46c3ca0026f6c9a001e Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Mon, 7 Nov 2005 12:57:33 +0000 Subject: fixed compilation warnings --- lib/libalpm/handle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/handle.h') diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index df923a84..33803068 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -52,7 +52,7 @@ typedef struct __pmhandle_t { #define FREEHANDLE(p) do { if (p) { handle_free(p); p = NULL; } } while (0) -pmhandle_t *handle_new(); +pmhandle_t *handle_new(void); int handle_free(pmhandle_t *handle); int handle_set_option(pmhandle_t *handle, unsigned char val, unsigned long data); int handle_get_option(pmhandle_t *handle, unsigned char val, long *data); -- cgit v1.2.3-54-g00ecf