From 2ee23565a15bd969828db7442f2f8b4902d5e261 Mon Sep 17 00:00:00 2001 From: louie Date: Thu, 30 Jul 2020 10:15:20 -0700 Subject: Added standard location(s) for config files --- read_cfg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'read_cfg.h') diff --git a/read_cfg.h b/read_cfg.h index 36ed056..4c32bb2 100644 --- a/read_cfg.h +++ b/read_cfg.h @@ -1,6 +1,8 @@ #ifndef READ_CFG_H #define READ_CFG_H +char *find_config(); + void cfg_interp(); int get_compmode(); -- cgit