comparison mcabber/mcabber/fifo.h @ 1940:7eadf86039e6

Use guard for the fifo system (Myhailo Danylenko) Merge patch from isbear's mcabber-experimental repository.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Feb 2011 17:24:11 +0100
parents e6d355e50d7a
children
comparison
equal deleted inserted replaced
1939:932d1b250a55 1940:7eadf86039e6
1 #ifndef __MCABBER_FIFO_H__ 1 #ifndef __MCABBER_FIFO_H__
2 #define __MCABBER_FIFO_H__ 1 2 #define __MCABBER_FIFO_H__ 1
3 3
4 int fifo_init(const char *fifo_path); 4 int fifo_init(void);
5 void fifo_deinit(void); 5 void fifo_deinit(void);
6 6
7 #endif /* __MCABBER_FIFO_H__ */ 7 #endif /* __MCABBER_FIFO_H__ */
8 8
9 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2: For Vim users... */ 9 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2: For Vim users... */