diff 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
line wrap: on
line diff
--- a/mcabber/mcabber/fifo.h	Sun Feb 27 16:51:55 2011 +0100
+++ b/mcabber/mcabber/fifo.h	Sun Feb 27 17:24:11 2011 +0100
@@ -1,7 +1,7 @@
 #ifndef __MCABBER_FIFO_H__
 #define __MCABBER_FIFO_H__ 1
 
-int  fifo_init(const char *fifo_path);
+int  fifo_init(void);
 void fifo_deinit(void);
 
 #endif /* __MCABBER_FIFO_H__ */