From b50e57cc138fd19ed19da665daba54890995dca3 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 26 Sep 2024 00:14:12 +0300 Subject: Now it will work --- cptc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cptc.h') diff --git a/cptc.h b/cptc.h index aa14648..cfbffec 100644 --- a/cptc.h +++ b/cptc.h @@ -10,7 +10,10 @@ enum CPTC_Method CPTC_HEAD = 'H', }; +extern const char *CPTC_token; + void CPTC(const char *address, in_port_t port); void CPTC_requestHandler(int fd); +char *CPTC_downloadAvatar(long long uid, const char *download_path); #endif /* __CPTC_H__ */ -- cgit 1.4.1