summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.h
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-11-07 13:57:33 +0100
committerAurelien Foret <aurelien@archlinux.org>2005-11-07 13:57:33 +0100
commitb2df466ffd87c46a823fc46c3ca0026f6c9a001e (patch)
tree4537a339d94fde1ac621decad1bf55bfaea8cee1 /lib/libalpm/trans.h
parent6a2230dce1544418112c85bf46f3669cc7fed7dc (diff)
downloadpacman-b2df466ffd87c46a823fc46c3ca0026f6c9a001e.tar.gz
pacman-b2df466ffd87c46a823fc46c3ca0026f6c9a001e.tar.xz
fixed compilation warnings
Diffstat (limited to 'lib/libalpm/trans.h')
-rw-r--r--lib/libalpm/trans.h2
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);