summaryrefslogtreecommitdiff
path: root/read_cfg.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-07-30 10:15:20 -0700
committerlouie <lshprung@yahoo.com>2020-07-30 10:15:20 -0700
commit2ee23565a15bd969828db7442f2f8b4902d5e261 (patch)
treedb9e8e51d3eddedc05a4f5c108b2f2b055a8deeb /read_cfg.h
parent5efd6914fbc8101127bed8feda8b02ccb554b79a (diff)
Added standard location(s) for config files
Diffstat (limited to 'read_cfg.h')
-rw-r--r--read_cfg.h2
1 files changed, 2 insertions, 0 deletions
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();