]> Dogcows Code - chaz/tint2/blob - src/config.h
removed old code
[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 *thumbnail_path;
14
15 void init_config();
16 void cleanup_config();
17 int config_read_file (const char *path);
18 int config_read ();
19
20 #endif
21
This page took 0.035996 seconds and 5 git commands to generate.