summaryrefslogtreecommitdiff
path: root/read_cfg.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-07-26 11:02:34 -0700
committerlouie <lshprung@yahoo.com>2020-07-26 11:02:34 -0700
commitb1b765067a809fba4c71249ea1f51b10d585e08e (patch)
tree9a5a2bc6db97e89048e1919c55db9ae16736389f /read_cfg.h
parent315a106170bfec5815cf7e8e281295b5e30f4d08 (diff)
Implemented Binary Searching in read_cfg, plus minor qol fixes
Diffstat (limited to 'read_cfg.h')
-rw-r--r--read_cfg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/read_cfg.h b/read_cfg.h
index c789119..36ed056 100644
--- a/read_cfg.h
+++ b/read_cfg.h
@@ -3,8 +3,6 @@
void cfg_interp();
-void check_line(char *buffer);
-
int get_compmode();
#endif