1 2 3 4 5 6 7 8
#ifndef ZIP_H #define ZIP_H #include <libweb/http.h> int zip(const char *dir, struct http_response *r); #endif