Changeset 74c119d for ipc.h


Ignore:
Timestamp:
2006-01-15T15:42:20Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6fda350
Parents:
13caf0a
Message:

Better DIE implementation, added SO_REUSEADDR to listening socket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.h

    r13caf0a r74c119d  
    3030void ipc_child_read( gpointer data, gint source, GaimInputCondition cond );
    3131void ipc_to_master( char **cmd );
     32void ipc_to_children( char **cmd );
     33void ipc_to_children_str( char *msg_buf );
    3234
    3335struct bitlbee_child
Note: See TracChangeset for help on using the changeset viewer.