mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 03:51:18 +00:00
9 lines
183 B
C
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 */
|