Improve UI latency and CPU usage
[mcabber.git] / mcabber / src / fifo.h
blob1fc9303c8ebd327d858f79914eaed956740c841c
1 #ifndef __FIFO_H__
2 #define __FIFO_H__ 1
4 int fifo_init(const char *fifo_path);
5 void fifo_deinit(void);
7 #endif /* __FIFO_H__ */
9 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */