aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-10 19:34:46 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-10 19:34:46 +0200
commitba9edaa568088900145bbd1004c864b7d408c38d (patch)
treed6bd8b68d9d9ade9b3cb1e4d484751badc3c9bbe /ipc.h
parent67b6766489f1b9b5f2249659b0ddf260e6f8f51b (diff)
Moved everything to the BitlBee event handling API.
Diffstat (limited to 'ipc.h')
-rw-r--r--ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc.h b/ipc.h
index 7ff74a15..2b85426b 100644
--- a/ipc.h
+++ b/ipc.h
@@ -39,8 +39,8 @@ struct bitlbee_child
};
-void ipc_master_read( gpointer data, gint source, GaimInputCondition cond );
-void ipc_child_read( gpointer data, gint source, GaimInputCondition cond );
+gboolean ipc_master_read( gpointer data, gint source, b_input_condition cond );
+gboolean ipc_child_read( gpointer data, gint source, b_input_condition cond );
void ipc_master_free_one( struct bitlbee_child *child );
void ipc_master_free_all();