#ifndef ZIP_H #define ZIP_H #include int zip(const char *dir, struct http_response *r); #endif