diff options
Diffstat (limited to 'ipc.h')
| -rw-r--r-- | ipc.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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  { | 
