]>
Dogcows Code - chaz/tint2/blob - src/config.h
1 /**************************************************************************
3 * - parse config file in Panel struct.
5 * Check COPYING file for Copyright
7 **************************************************************************/
12 extern char *config_path
;
13 extern char *thumbnail_path
;
16 void cleanup_config();
17 int config_read_file (const char *path
);
19 void config_finish ();
This page took 0.034636 seconds and 4 git commands to generate.