diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-10 16:08:02 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-10 16:08:02 +0100 |
commit | f1c2b21af3a51796b747ca4dbc2cdec9611efc5d (patch) | |
tree | 067321e4a5c3073e5a9da44a8215a89ebd33bb1d /ipc.h | |
parent | 534e4069e0cfa8aee82f82603dc3ca05562a85dd (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ); |