summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
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);