diff options
Diffstat (limited to 'cptc.h')
| -rw-r--r-- | cptc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cptc.h b/cptc.h index cfbffec..2eaa14f 100644 --- a/cptc.h +++ b/cptc.h @@ -11,6 +11,7 @@ enum CPTC_Method }; extern const char *CPTC_token; +extern const char *CPTC_root; void CPTC(const char *address, in_port_t port); void CPTC_requestHandler(int fd); |