diff mcabber/src/fifo.h @ 1653:fca9a4c17432

Improve UI latency and CPU usage Remove main_loop(), and use GIOChannels for the FIFO system.
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 01 Dec 2009 21:06:06 +0100
parents a64778f5f26b
children
line wrap: on
line diff
--- a/mcabber/src/fifo.h	Sun Nov 22 23:38:31 2009 +0200
+++ b/mcabber/src/fifo.h	Tue Dec 01 21:06:06 2009 +0100
@@ -3,8 +3,6 @@
 
 int  fifo_init(const char *fifo_path);
 void fifo_deinit(void);
-void fifo_read(void);
-int  fifo_get_fd(void);
 
 #endif /* __FIFO_H__ */