Changeset 5e713f6
- Timestamp:
- 2006-03-01T22:17:57Z (19 years ago)
- Branches:
- master
- Children:
- 27ac72d, 9a1555d
- Parents:
- 7cf85e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipc.c
r7cf85e7 r5e713f6 34 34 static void ipc_master_cmd_client( irc_t *data, char **cmd ) 35 35 { 36 /* Normally data points at an irc_t block, but for the IPC master 37 this is different. We think this scary cast is better than 38 creating a new command_t structure, just to make the compiler 39 happy. */ 36 40 struct bitlbee_child *child = (void*) data; 37 41
Note: See TracChangeset
for help on using the changeset viewer.