about 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, 2 insertions, 1 deletions
diff --git a/cptc.h b/cptc.h
index 463e2c9..55b78b6 100644
--- a/cptc.h
+++ b/cptc.h
@@ -30,8 +30,9 @@ extern const char *CPTC_root;
  * Starts CPTC server
  * @param address Adress to bind
  * @param port Port to bind
+ * @param id Worker ID
  */
-void CPTC(const char *address, in_port_t port);
+void CPTC(const char *address, in_port_t port, unsigned id);
 
 /**
  * Handles request