Changeset 5424c76 for ipc.h


Ignore:
Timestamp:
2006-01-19T17:52:19Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b8c2ace
Parents:
bd9b00f
Message:

Rehash command now also works in inetd mode. Other "IPC" commands only make
sense in daemon mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.h

    rbd9b00f r5424c76  
    2727#include "bitlbee.h"
    2828
     29
    2930struct bitlbee_child
    3031{
     
    3738        char *realname;
    3839};
     40
    3941
    4042void ipc_master_read( gpointer data, gint source, GaimInputCondition cond );
     
    4951void ipc_to_children_str( char *format, ... );
    5052
     53/* We need this function in inetd mode, so let's just make it non-static. */
     54int ipc_master_cmd_rehash( irc_t *data, char **cmd );
     55
     56
    5157extern GSList *child_list;
Note: See TracChangeset for help on using the changeset viewer.