mirror of
https://github.com/lxsang/ant-http
synced 2025-04-28 12:36:44 +02: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 |