aboutsummaryrefslogtreecommitdiff
path: root/zip.h
blob: 79524b534e14d0fde822571c52c7ea3687d67f93 (plain) (blame)
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