diff options
Diffstat (limited to 'cptc.h')
| -rw-r--r-- | cptc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cptc.h b/cptc.h index 2eaa14f..9b57cd0 100644 --- a/cptc.h +++ b/cptc.h @@ -14,7 +14,7 @@ extern const char *CPTC_token; extern const char *CPTC_root; void CPTC(const char *address, in_port_t port); -void CPTC_requestHandler(int fd); +void CPTC_requestHandler(int fd, int n); char *CPTC_downloadAvatar(long long uid, const char *download_path); #endif /* __CPTC_H__ */ |