aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-05 21:07:33 +0100
committerJelmer Vernooij <jelmer@samba.org>2006-03-05 21:07:33 +0100
commit96ace1b808f4df3f2106fa90c19fdc23408f924d (patch)
tree708964395077c98c6cab44ba04b115acf6860f64 /ipc.h
parentf665dabdff831743ea35e755b6ec1e2fe2551d9c (diff)
parent27ac72d69b605df62e4f56b04ed7aec0c4e4ba1f (diff)
[merge] Wilmer
Diffstat (limited to 'ipc.h')
-rw-r--r--ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc.h b/ipc.h
index e8ad2a0d..7ff74a15 100644
--- a/ipc.h
+++ b/ipc.h
@@ -56,6 +56,6 @@ void ipc_master_cmd_rehash( irc_t *data, char **cmd );
char *ipc_master_save_state();
void ipc_master_set_statefile( char *fn );
int ipc_master_load_state();
-
+int ipc_master_listen_socket();
extern GSList *child_list;