aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
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
{