Introduction
Introduction Statistics Contact Development Disclaimer Help
tresp.h - quark - quark web server
git clone git://git.suckless.org/quark
Log
Files
Refs
LICENSE
---
tresp.h (280B)
---
1 /* See LICENSE file for copyright and license details. */
2 #ifndef RESP_H
3 #define RESP_H
4
5 #include <sys/stat.h>
6 #include <sys/types.h>
7
8 #include "http.h"
9
10 enum status resp_dir(int, const struct response *);
11 enum status resp_file(int, const struct response *);
12
13 #endif /* RESP_H */
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.