mcabber/src/fifo.h
author Mikael Berthe <mikael@lilotux.net>
Mon, 18 Feb 2008 22:59:37 +0100
changeset 1426 a64778f5f26b
child 1654 fca9a4c17432
permissions -rw-r--r--
Implement FIFO named command pipe

#ifndef __FIFO_H__
#define __FIFO_H__ 1

int  fifo_init(const char *fifo_path);
void fifo_deinit(void);
void fifo_read(void);
int  fifo_get_fd(void);

#endif /* __FIFO_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */