]> Dogcows Code - chaz/tint2/blobdiff - src/config.h
moved initial values in function default_xxx
[chaz/tint2] / src / config.h
index 2629e58cfe1701b786c1e6b7833a1d97aa79d034..68bf8a0f8d73cf3eb0f12f92ee41f99c8ce3518d 100644 (file)
 #define CONFIG_H
 
 extern char *config_path;
-extern char *thumbnail_path;
+extern char *snapshot_path;
 
-void init_config();
+// default values
+void default_config();
+// freed memory
 void cleanup_config();
+
+void init_config();
 int  config_read_file (const char *path);
 int  config_read ();
-void save_config ();
 
 #endif
 
This page took 0.020149 seconds and 4 git commands to generate.