diff options
Diffstat (limited to 'cptc.h')
| -rw-r--r-- | cptc.h | 3 |
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 |