summary refs log tree commit diff
path: root/cptc.h
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-27 19:17:40 +0300
committerNakidai <nakidai@disroot.org>2024-09-27 19:17:40 +0300
commit34fc96bd1451d6f8dfa1add742dab6e5269ec411 (patch)
tree26d55a701c84ca2f97eacb49b5ff3829e60e14be /cptc.h
parentb3e4889f3d1bbf3a860e36e021e8d46d75446522 (diff)
downloadcptc-34fc96bd1451d6f8dfa1add742dab6e5269ec411.tar.gz
cptc-34fc96bd1451d6f8dfa1add742dab6e5269ec411.zip
Autogenerate root on build
Diffstat (limited to 'cptc.h')
-rw-r--r--cptc.h1
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);