]> Dogcows Code - chaz/tint2/blob - src/config.h
add missing battery config CPP guard
[chaz/tint2] / src / config.h
1 /**************************************************************************
2 * config :
3 * - parse config file in Panel struct.
4 *
5 * Check COPYING file for Copyright
6 *
7 **************************************************************************/
8
9 #ifndef CONFIG_H
10 #define CONFIG_H
11
12 extern char *config_path;
13 extern char *snapshot_path;
14
15 // default global data
16 void default_config();
17
18 // freed memory
19 void cleanup_config();
20
21 int config_read_file (const char *path);
22 int config_read ();
23
24 #endif
25
This page took 0.031456 seconds and 4 git commands to generate.