summaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rwxr-xr-xsrc/conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
new file mode 100755
index 0000000..73d40ea
--- /dev/null
+++ b/src/conf.h
@@ -0,0 +1,6 @@
+extern struct dictionary * user_conf_d;
+extern struct dictionary * predefined_conf_d;
+
+void store_default_config_values();
+char * get_conf_value(char * key);
+char * get_conf_values(char * salida);