summaryrefslogtreecommitdiff
path: root/src/zeroconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zeroconf.h')
-rw-r--r--src/zeroconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf.h b/src/zeroconf.h
index a152659..ea1f807 100644
--- a/src/zeroconf.h
+++ b/src/zeroconf.h
@@ -25,7 +25,7 @@
int dcc_zeroconf_add_hosts(struct dcc_hostdef **re_list, int *ret_nhosts, int slots, struct dcc_hostdef **ret_prev);
-void *dcc_zeroconf_register(uint16_t port, int n_cpus);
+void *dcc_zeroconf_register(uint16_t port, int n_cpus, int n_jobs);
int dcc_zeroconf_unregister(void*);
char* dcc_get_gcc_version(char *s, size_t nbytes);