- Timestamp:
- 2006-01-15T20:31:59Z (17 years ago)
- Branches:
- master
- Children:
- daa9e02
- Parents:
- 6fda350
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipc.h
r6fda350 rf4a5940 29 29 void ipc_master_read( gpointer data, gint source, GaimInputCondition cond ); 30 30 void ipc_child_read( gpointer data, gint source, GaimInputCondition cond ); 31 31 32 void ipc_to_master( char **cmd ); 33 void ipc_to_master_str( char *msg_buf ); 32 34 void ipc_to_children( char **cmd ); 33 35 void ipc_to_children_str( char *msg_buf );
Note: See TracChangeset
for help on using the changeset viewer.