Changeset f1c2b21 for ipc.h


Ignore:
Timestamp:
2010-07-10T15:08:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e92c4f4
Parents:
534e406
Message:

Cleanup. Move some code to a more appropriate location, and show the old
connection a quit message instead of just breaking the connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.h

    r534e406 rf1c2b21  
    5555void ipc_child_disable();
    5656
     57gboolean ipc_child_identify( irc_t *irc );
     58
    5759void ipc_to_master( char **cmd );
    5860void ipc_to_master_str( char *format, ... ) G_GNUC_PRINTF( 1, 2 );
Note: See TracChangeset for help on using the changeset viewer.