]> Dogcows Code - chaz/tint2/blob - src/config.h
issue 158 : dissociate object initialization from panel initialization
[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 void config_finish ();
20 void save_config ();
21
22 #endif
23
This page took 0.039189 seconds and 5 git commands to generate.