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 393cb0aa..57037d61 100644
--- a/ipc.h
+++ b/ipc.h
@@ -28,7 +28,9 @@
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_master_str( char *msg_buf );
void ipc_to_children( char **cmd );
void ipc_to_children_str( char *msg_buf );