]> Dogcows Code - chaz/tint2/blobdiff - src/config.h
add missing battery config CPP guard
[chaz/tint2] / src / config.h
index 4a922c73c069a0f8e68670e51e69778c8108a110..0999fb69fc67b98d885d939e5f94972a0b9c252a 100644 (file)
 #define CONFIG_H
 
 extern char *config_path;
-extern char *thumbnail_path;
+extern char *snapshot_path;
 
-void init_config();
+// default global data
+void default_config();
+
+// freed memory
 void cleanup_config();
+
 int  config_read_file (const char *path);
 int  config_read ();
 
This page took 0.024298 seconds and 4 git commands to generate.