mirror of
https://github.com/lxsang/ant-http
synced 2024-11-18 01:08:21 +01:00
7 lines
122 B
C
7 lines
122 B
C
|
#ifndef DECODE_H
|
||
|
#define DECODE_H
|
||
|
|
||
|
void *decode_request_header(void *data);
|
||
|
void *decode_post_request(void *data);
|
||
|
|
||
|
#endif
|