index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-03 12:36:13 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-03 12:36:13 -0500 |
commit | 4015b23e8ef1e5a0e8d103ffefca0ffc4ad9e6c0 (patch) | |
tree | 276094dcabd0f8929b2b97c7befa0f40a2383c3b /lib/libalpm/diskspace.h | |
parent | 7fc635fee071e18d0422a4773937e66960be96b2 (diff) |
-rw-r--r-- | lib/libalpm/diskspace.h | 2 |
diff --git a/lib/libalpm/diskspace.h b/lib/libalpm/diskspace.h index 2894a0c2..28aca7e9 100644 --- a/lib/libalpm/diskspace.h +++ b/lib/libalpm/diskspace.h @@ -46,7 +46,7 @@ typedef struct __alpm_mountpoint_t { FSSTATSTYPE fsp; } alpm_mountpoint_t; -int _alpm_check_diskspace(pmtrans_t *trans, pmdb_t *db_local); +int _alpm_check_diskspace(pmhandle_t *handle); #endif /* _ALPM_DISKSPACE_H */ |