From 9fbad1544764c515cb1f22bc552f33bb41206e92 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 14 Jun 2023 22:51:13 +0200 Subject: Skeleton structure implementation --- config.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.h (limited to 'config.h') 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(); -- cgit v1.2.3