Changeset 171ef85 for ipc.h


Ignore:
Timestamp:
2008-03-02T23:17:15Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ed3ae7e
Parents:
b27557b
Message:

Some saner error handling in ipc.c. One of the things I wanted to do for
1.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.h

    rb27557b r171ef85  
    4444
    4545void ipc_master_free_one( struct bitlbee_child *child );
     46void ipc_master_free_fd( int fd );
    4647void ipc_master_free_all();
     48
     49void ipc_child_disable();
    4750
    4851void ipc_to_master( char **cmd );
Note: See TracChangeset for help on using the changeset viewer.