From e8275fa9644181e9347e983f74b28f313103b888 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 25 Oct 2006 18:15:25 +0000 Subject: Moved downloaded db unpacking to the backend files, to easier allow conversion from db to whatever format we need. --- lib/libalpm/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/util.h') diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 63ba00c1..c96c13bf 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -60,7 +60,7 @@ char *_alpm_strtoupper(char *str); char *_alpm_strtrim(char *str); int _alpm_lckmk(char *file); int _alpm_lckrm(char *file); -int _alpm_unpack(char *archive, const char *prefix, const char *fn); +int _alpm_unpack(const char *archive, const char *prefix, const char *fn); int _alpm_rmrf(char *path); int _alpm_logaction(unsigned char usesyslog, FILE *f, char *fmt, ...); int _alpm_ldconfig(char *root); -- cgit v1.2.3-24-g4f1b