mcabber/src/fifo.h
author Mikael Berthe <mikael@lilotux.net>
Fri, 29 Feb 2008 14:55:55 +0100
changeset 1443 0623d694a77f
parent 1426 a64778f5f26b
child 1654 fca9a4c17432
permissions -rw-r--r--
Forbid NUL characters when using /say_to -f (Reported by Myhailo Danylenko)

#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... */