code not working
[webserver.git] / http.h
1 #ifndef __HTTP_H__
2 #define __HTTP_H__
3
4 int processing (char *data, int len, char **pdata);
5
6 #endif /* __HTTP_H__ */
7
8 /* vim: set ts=4 sw=4 et: */