diff options
| author | Nakidai <nakidai@disroot.org> | 2024-09-26 00:14:12 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-09-26 00:14:59 +0300 |
| commit | b50e57cc138fd19ed19da665daba54890995dca3 (patch) | |
| tree | 2c9d65b823fd1133aef19879eba7dcfce8b75e31 /cptc.h | |
| parent | 0caf047c3c1ecf34a47061951e838d05574dbd6c (diff) | |
| download | cptc-b50e57cc138fd19ed19da665daba54890995dca3.tar.gz cptc-b50e57cc138fd19ed19da665daba54890995dca3.zip | |
Now it will work
Diffstat (limited to 'cptc.h')
| -rw-r--r-- | cptc.h | 3 |
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__ */ |