about summary refs log tree commit diff
path: root/cptc.h
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-26 00:14:12 +0300
committerNakidai <nakidai@disroot.org>2024-09-26 00:14:59 +0300
commitb50e57cc138fd19ed19da665daba54890995dca3 (patch)
tree2c9d65b823fd1133aef19879eba7dcfce8b75e31 /cptc.h
parent0caf047c3c1ecf34a47061951e838d05574dbd6c (diff)
downloadcptc-b50e57cc138fd19ed19da665daba54890995dca3.tar.gz
cptc-b50e57cc138fd19ed19da665daba54890995dca3.zip
Now it will work
Diffstat (limited to 'cptc.h')
-rw-r--r--cptc.h3
1 files changed, 3 insertions, 0 deletions
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__ */