summary refs log tree commit diff
path: root/cptc.h
diff options
context:
space:
mode:
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__ */