- Timestamp:
- 2006-05-23T08:18:24Z (19 years ago)
- Branches:
- master
- Children:
- fc630f9
- Parents:
- da3b536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipc.h
rda3b536 ra9ca7dd 47 47 48 48 void ipc_to_master( char **cmd ); 49 void ipc_to_master_str( char *format, ... ) ;49 void ipc_to_master_str( char *format, ... ) G_GNUC_PRINTF( 1, 2 ); 50 50 void ipc_to_children( char **cmd ); 51 void ipc_to_children_str( char *format, ... ) ;51 void ipc_to_children_str( char *format, ... ) G_GNUC_PRINTF( 1, 2 ); 52 52 53 53 /* We need this function in inetd mode, so let's just make it non-static. */
Note: See TracChangeset
for help on using the changeset viewer.