Changeset 9a1555d


Ignore:
Timestamp:
2006-03-01T22:35:50Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
a4dc9f7, e506d6c
Parents:
5fe0207 (diff), 5e713f6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

[merge] wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    r5fe0207 r9a1555d  
    3737static void ipc_master_cmd_client( irc_t *data, char **cmd )
    3838{
     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. */
    3943        struct bitlbee_child *child = (void*) data;
    4044       
Note: See TracChangeset for help on using the changeset viewer.