mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +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 |