1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-03 07:29:10 +00:00
conky/src/conf_cookie.h
Phil Sutter 912ed67d03 fix conf_cookie for FreeBSD
While here, also clean up the #ifdef mess created
around the whole config output support.
2009-06-22 01:59:26 +02:00

7 lines
106 B
C

#ifndef _CONF_COOKIE_H
#define _CONF_COOKIE_H
FILE *conf_cookie_open(void);
#endif /* _CONF_COOKIE_H */