diff options
author | louie <lshprung@yahoo.com> | 2020-07-30 10:15:20 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-07-30 10:15:20 -0700 |
commit | 2ee23565a15bd969828db7442f2f8b4902d5e261 (patch) | |
tree | db9e8e51d3eddedc05a4f5c108b2f2b055a8deeb /read_cfg.h | |
parent | 5efd6914fbc8101127bed8feda8b02ccb554b79a (diff) |
Added standard location(s) for config files
Diffstat (limited to 'read_cfg.h')
-rw-r--r-- | read_cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef READ_CFG_H #define READ_CFG_H +char *find_config(); + void cfg_interp(); int get_compmode(); |