aboutsummaryrefslogtreecommitdiff
path: root/zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'zip.h')
-rw-r--r--zip.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/zip.h b/zip.h
new file mode 100644
index 0000000..79524b5
--- /dev/null
+++ b/zip.h
@@ -0,0 +1,8 @@
+#ifndef ZIP_H
+#define ZIP_H
+
+#include <libweb/http.h>
+
+int zip(const char *dir, struct http_response *r);
+
+#endif