- Timestamp:
- 2006-01-19T17:52:19Z (19 years ago)
- Branches:
- master
- Children:
- b8c2ace
- Parents:
- bd9b00f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipc.h
rbd9b00f r5424c76 27 27 #include "bitlbee.h" 28 28 29 29 30 struct bitlbee_child 30 31 { … … 37 38 char *realname; 38 39 }; 40 39 41 40 42 void ipc_master_read( gpointer data, gint source, GaimInputCondition cond ); … … 49 51 void ipc_to_children_str( char *format, ... ); 50 52 53 /* We need this function in inetd mode, so let's just make it non-static. */ 54 int ipc_master_cmd_rehash( irc_t *data, char **cmd ); 55 56 51 57 extern GSList *child_list;
Note: See TracChangeset
for help on using the changeset viewer.