aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-15 21:31:59 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-15 21:31:59 +0100
commitf4a59408250b76173418fad090d4623e5300c90f (patch)
tree1eb79bd250b9c5f5c4ed2de8ffd5202f0575b819 /ipc.h
parent6fda35070cadc83a6b78c85896fcaf85299e5ad8 (diff)
Added REHASH command, IPC emulation in daemon (non-forked) 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 );