/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ #ifndef _CONF_COOKIE_H #define _CONF_COOKIE_H #ifdef __cplusplus extern "C" { #endif FILE *conf_cookie_open(void); #ifdef __cplusplus } #endif #endif /* _CONF_COOKIE_H */