repo.or.cz
/
mcabber.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve UI latency and CPU usage
[mcabber.git]
/
mcabber
/
src
/
fifo.h
blob
1fc9303c8ebd327d858f79914eaed956740c841c
1
#ifndef __FIFO_H__
2
#define __FIFO_H__ 1
3
4
int
fifo_init
(
const char
*
fifo_path
);
5
void
fifo_deinit
(
void
);
6
7
#endif
/* __FIFO_H__ */
8
9
/* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */