Don't use alarm() in texeci to terminate long processes.
[monky] / src / conf_cookie.h
index a5a8fea..5458b46 100644 (file)
@@ -1,8 +1,8 @@
+/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
+
 #ifndef _CONF_COOKIE_H
 #define _CONF_COOKIE_H
 
-#include <stdio.h>
-
-extern cookie_io_functions_t conf_cookie;
+FILE *conf_cookie_open(void);
 
 #endif /* _CONF_COOKIE_H */