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/trans.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/trans.h') diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index 09791a94..e030e25d 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -61,7 +61,7 @@ do { \ } \ } while(0) -pmtrans_t *trans_new(); +pmtrans_t *trans_new(void); void trans_free(pmtrans_t *trans); int trans_init(pmtrans_t *trans, unsigned char type, unsigned char flags, alpm_trans_cb_event event, alpm_trans_cb_conv conv); int trans_sysupgrade(pmtrans_t *trans); -- cgit v1.2.3-24-g4f1b