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/alpm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 5ba0e1d7..0e84d6e0 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -51,7 +51,7 @@ typedef struct __pmdepmissing_t PM_DEPMISS; */ int alpm_initialize(char *root); -int alpm_release(); +int alpm_release(void); /* * Logging facilities @@ -255,11 +255,11 @@ enum { void *alpm_trans_getinfo(unsigned char parm); int alpm_trans_init(unsigned char type, unsigned char flags, alpm_trans_cb_event cb_event, alpm_trans_cb_conv conv); -int alpm_trans_sysupgrade(); +int alpm_trans_sysupgrade(void); int alpm_trans_addtarget(char *target); int alpm_trans_prepare(PM_LIST **data); -int alpm_trans_commit(); -int alpm_trans_release(); +int alpm_trans_commit(void); +int alpm_trans_release(void); /* * Dependencies -- cgit v1.2.3-54-g00ecf