diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-03 19:36:13 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-03 19:36:13 +0200 |
commit | 4015b23e8ef1e5a0e8d103ffefca0ffc4ad9e6c0 (patch) | |
tree | 276094dcabd0f8929b2b97c7befa0f40a2383c3b /lib/libalpm/diskspace.h | |
parent | 7fc635fee071e18d0422a4773937e66960be96b2 (diff) | |
download | pacman-4015b23e8ef1e5a0e8d103ffefca0ffc4ad9e6c0.tar.gz pacman-4015b23e8ef1e5a0e8d103ffefca0ffc4ad9e6c0.tar.xz |
Remove global handle from diskspace.c
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/diskspace.h')
-rw-r--r-- | lib/libalpm/diskspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |