diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-11-07 12:57:33 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-11-07 12:57:33 +0000 |
commit | b2df466ffd87c46a823fc46c3ca0026f6c9a001e (patch) | |
tree | 4537a339d94fde1ac621decad1bf55bfaea8cee1 /lib/libalpm/trans.h | |
parent | 6a2230dce1544418112c85bf46f3669cc7fed7dc (diff) | |
download | pacman-b2df466ffd87c46a823fc46c3ca0026f6c9a001e.tar.xz |
fixed compilation warnings
Diffstat (limited to 'lib/libalpm/trans.h')
-rw-r--r-- | lib/libalpm/trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |