Changeset 5e713f6


Ignore:
Timestamp:
2006-03-01T22:17:57Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
27ac72d, 9a1555d
Parents:
7cf85e7
Message:

Added a little comment for this scary cast. (-:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    r7cf85e7 r5e713f6  
    3434static void ipc_master_cmd_client( irc_t *data, char **cmd )
    3535{
     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. */
    3640        struct bitlbee_child *child = (void*) data;
    3741       
Note: See TracChangeset for help on using the changeset viewer.