summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-12-19 04:37:00 +0100
committerJudd Vinet <judd@archlinux.org>2004-12-19 04:37:00 +0100
commitf6b8ed22f40d422e2876be92b215187b5ff7b6e7 (patch)
treeca771d1517967f5e97d4adf238f3825f7ececcad /src/util.h
parent4795965caf371a55285678e5860ae66e926ebd95 (diff)
downloadpacman-f6b8ed22f40d422e2876be92b215187b5ff7b6e7.tar.gz
pacman-f6b8ed22f40d422e2876be92b215187b5ff7b6e7.tar.xz
Imported from pacman-2.9.3.tar.gz
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 71292bc2..c2b9f250 100644
--- a/src/util.h
+++ b/src/util.h
@@ -28,6 +28,7 @@
#define FREE(p) { if (p) { free(p); (p)= NULL; }}
+void vprint(char *fmt, ...);
long gzopen_frontend(char *pathname, int oflags, int mode);
int unpack(char *archive, const char *prefix, const char *fn);
int copyfile(char *src, char *dest);