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