]> Dogcows Code - chaz/tint2/blobdiff - src/config.h
New import
[chaz/tint2] / src / config.h
diff --git a/src/config.h b/src/config.h
new file mode 100644 (file)
index 0000000..1fcd1ed
--- /dev/null
@@ -0,0 +1,24 @@
+/**************************************************************************
+* config : 
+* - parse config file in Panel struct.
+*
+* Check COPYING file for Copyright
+*
+**************************************************************************/
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+
+GSList *list_back;
+
+
+int  config_read_file (const char *path);
+int  config_read ();
+void config_taskbar();
+void config_finish ();
+void cleanup_taskbar();
+void cleanup ();
+void save_config ();
+
+#endif
This page took 0.022335 seconds and 4 git commands to generate.