1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/src/conf_cookie.h
2009-12-09 20:05:32 -08:00

17 lines
252 B
C

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