mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 09:08:20 +01:00
cleanup unuse functions
This commit is contained in:
parent
818142612a
commit
2d2ac4f1da
BIN
dist/antd-1.0.6b.tar.gz
vendored
BIN
dist/antd-1.0.6b.tar.gz
vendored
Binary file not shown.
@ -58,11 +58,6 @@ typedef struct{
|
|||||||
const char* ext;
|
const char* ext;
|
||||||
} mime_t;
|
} mime_t;
|
||||||
|
|
||||||
|
|
||||||
void __attribute__((weak)) error_log(const char*, ...);
|
|
||||||
#ifdef DEBUG
|
|
||||||
void __attribute__((weak)) server_log(const char*, ...);
|
|
||||||
#endif
|
|
||||||
dictionary_t __attribute__((weak)) mimes_list();
|
dictionary_t __attribute__((weak)) mimes_list();
|
||||||
char* __s(const char*,...);
|
char* __s(const char*,...);
|
||||||
void trim(char*,const char);
|
void trim(char*,const char);
|
||||||
|
Loading…
Reference in New Issue
Block a user