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