Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    r8a56e52 r84c1a0a  
    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       
     
    8084void ipc_master_cmd_restart( irc_t *data, char **cmd )
    8185{
    82         struct bitlbee_child *child = (void*) data;
    83        
    8486        if( global.conf->runmode != RUNMODE_FORKDAEMON )
    8587        {
Note: See TracChangeset for help on using the changeset viewer.