Changes in / [5fe0207:9a1555d]
Legend:
- Unmodified
- Added
- Removed
-
ipc.c
r5fe0207 r9a1555d 37 37 static void ipc_master_cmd_client( irc_t *data, char **cmd ) 38 38 { 39 /* Normally data points at an irc_t block, but for the IPC master 40 this is different. We think this scary cast is better than 41 creating a new command_t structure, just to make the compiler 42 happy. */ 39 43 struct bitlbee_child *child = (void*) data; 40 44
Note: See TracChangeset
for help on using the changeset viewer.