summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/diskspace.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-03 19:36:13 +0200
committerDan McGee <dan@archlinux.org>2011-06-03 19:36:13 +0200
commit4015b23e8ef1e5a0e8d103ffefca0ffc4ad9e6c0 (patch)
tree276094dcabd0f8929b2b97c7befa0f40a2383c3b /lib/libalpm/diskspace.h
parent7fc635fee071e18d0422a4773937e66960be96b2 (diff)
downloadpacman-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.h2
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 */