index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aurelien Foret <aurelien@archlinux.org> | 2006-02-22 20:49:33 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-02-22 20:49:33 +0000 |
commit | 16ff7cfa8ef2d50c97d79357c2b2c1fdc2bc241b (patch) | |
tree | d259cc5a0de95d478c3a21df549dbd90880147cd /lib/libalpm/trans.h | |
parent | 78ffd98701b64bff74fc530db91ffc7e8768989a (diff) |
-rw-r--r-- | lib/libalpm/trans.h | 2 |
diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index 6b01035d..bddfbf9c 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -62,7 +62,7 @@ do { \ } while(0) pmtrans_t *_alpm_trans_new(void); -void _alpm_trans_free(pmtrans_t *trans); +void _alpm_trans_free(void *data); int _alpm_trans_init(pmtrans_t *trans, unsigned char type, unsigned char flags, alpm_trans_cb_event event, alpm_trans_cb_conv conv); int _alpm_trans_sysupgrade(pmtrans_t *trans); int _alpm_trans_addtarget(pmtrans_t *trans, char *target); |