aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
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 308b6e4b..b69a6ae5 100644
--- a/ipc.h
+++ b/ipc.h
@@ -51,7 +51,7 @@ void ipc_to_children( char **cmd );
void ipc_to_children_str( char *format, ... );
/* We need this function in inetd mode, so let's just make it non-static. */
-int ipc_master_cmd_rehash( irc_t *data, char **cmd );
+void ipc_master_cmd_rehash( irc_t *data, char **cmd );
extern GSList *child_list;