diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-07 22:34:44 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-07 22:34:44 -0400 |
commit | a18a8b783d71859e01c550b0acf6e0cefbef0d9f (patch) | |
tree | c113e31d614aea194e6871eda19006d91ea03b1e /src/include | |
parent | a23c315905c126667f13091989ca2879b5337582 (diff) |
Working demo for loading groups and entries from lua config
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/read_cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/read_cfg.h b/src/include/read_cfg.h index df3e5bd..a76e55e 100644 --- a/src/include/read_cfg.h +++ b/src/include/read_cfg.h @@ -1,6 +1,8 @@ #ifndef READ_CFG_H #define READ_CFG_H +#include <stdbool.h> + #define BUF_LEN 1024 bool cfg_interp(char *path); |