1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 23:19:08 +00:00
conky/src/conf_cookie.h

9 lines
183 B
C

/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
#ifndef _CONF_COOKIE_H
#define _CONF_COOKIE_H
FILE *conf_cookie_open(void);
#endif /* _CONF_COOKIE_H */