aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-10 16:08:02 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-10 16:08:02 +0100
commitf1c2b21af3a51796b747ca4dbc2cdec9611efc5d (patch)
tree067321e4a5c3073e5a9da44a8215a89ebd33bb1d /ipc.h
parent534e4069e0cfa8aee82f82603dc3ca05562a85dd (diff)
Cleanup. Move some code to a more appropriate location, and show the old
connection a quit message instead of just breaking the connection.
Diffstat (limited to 'ipc.h')
-rw-r--r--ipc.h2
1 files changed, 2 insertions, 0 deletions
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 );