summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2023-06-14 22:51:13 +0200
committercbdev <cb@cbcdn.com>2023-06-14 22:51:13 +0200
commit9fbad1544764c515cb1f22bc552f33bb41206e92 (patch)
tree36b66aee2f956197d28621ac96a922ecee1e2f21 /config.h
parent1f22af635893d4c3221dffca8f05ea3bb8870028 (diff)
downloadnfcommander-9fbad1544764c515cb1f22bc552f33bb41206e92.tar.gz
nfcommander-9fbad1544764c515cb1f22bc552f33bb41206e92.tar.bz2
nfcommander-9fbad1544764c515cb1f22bc552f33bb41206e92.zip
Skeleton structure implementation
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..d39b6ff
--- /dev/null
+++ b/config.h
@@ -0,0 +1,3 @@
+int config_read(char* path);
+char* config_get(char* section, char* property);
+void config_free();