From f1c2b21af3a51796b747ca4dbc2cdec9611efc5d Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 10 Jul 2010 16:08:02 +0100 Subject: Cleanup. Move some code to a more appropriate location, and show the old connection a quit message instead of just breaking the connection. --- ipc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipc.h') diff --git a/ipc.h b/ipc.h index bf5f0454..068996a7 100644 --- a/ipc.h +++ b/ipc.h @@ -54,6 +54,8 @@ void ipc_master_free_all(); void ipc_child_disable(); +gboolean ipc_child_identify( irc_t *irc ); + void ipc_to_master( char **cmd ); void ipc_to_master_str( char *format, ... ) G_GNUC_PRINTF( 1, 2 ); void ipc_to_children( char **cmd ); -- cgit v1.2.3