From 7f0cf8ec2b21da8bf049a83e08a7dfb03ca536cb Mon Sep 17 00:00:00 2001 From: axtloss Date: Mon, 8 Jul 2024 15:47:05 +0200 Subject: add config parsing --- src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index f27b17f..f73d2b3 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,8 @@ +#include struct compile_cmd_t { char *cmd; char *args; char *fileext; }; -void get_commands(); +size_t get_commands(struct compile_cmd_t ***ccmds_glob); -- cgit v1.2.3