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/package.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/package.h') diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index 41566143..3b8e7b98 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -86,7 +86,7 @@ do { \ } \ } while(0) -pmpkg_t* pkg_new(); +pmpkg_t* pkg_new(void); pmpkg_t *pkg_dup(pmpkg_t *pkg); void pkg_free(pmpkg_t *pkg); pmpkg_t* pkg_dummy(const char *name, const char *version); -- cgit v1.2.3-24-g4f1b