aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-15 16:42:20 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-15 16:42:20 +0100
commit74c119dd1b066329eba59d057935ba7ec7249555 (patch)
treec46aa45053fab63b071559bd5780473056a953e1 /ipc.h
parent13caf0aa5d1e5575b74221e0cd9e4ff9f4cd79a8 (diff)
Better DIE implementation, added SO_REUSEADDR to listening socket.
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 8c48147c..393cb0aa 100644
--- a/ipc.h
+++ b/ipc.h
@@ -29,6 +29,8 @@
void ipc_master_read( gpointer data, gint source, GaimInputCondition cond );
void ipc_child_read( gpointer data, gint source, GaimInputCondition cond );
void ipc_to_master( char **cmd );
+void ipc_to_children( char **cmd );
+void ipc_to_children_str( char *msg_buf );
struct bitlbee_child
{