summaryrefslogtreecommitdiffstats
path: root/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/local.h')
-rw-r--r--include/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/local.h b/include/local.h
index 350b8bf..aae73a7 100644
--- a/include/local.h
+++ b/include/local.h
@@ -15,7 +15,7 @@ struct local_conf {
/* local server */
int local_server_create(struct local_conf *conf);
-void local_server_destroy(int fd);
+void local_server_destroy(int fd, const char *);
int do_local_server_step(int fd, void *data,
void (*process)(int fd, void *data));