summaryrefslogtreecommitdiff
path: root/read_cfg.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-08-02 18:09:03 -0700
committerlouie <lshprung@yahoo.com>2020-08-02 18:09:03 -0700
commit7cab81c193a01775d804fb037f7d26c6a6806e74 (patch)
treeba6049ca4c3243496bcd46c1f5639d8f69591e7a /read_cfg.h
parent2ee23565a15bd969828db7442f2f8b4902d5e261 (diff)
Added option to sort entries
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 4c32bb2..a88dfa6 100644
--- a/read_cfg.h
+++ b/read_cfg.h
@@ -7,4 +7,6 @@ void cfg_interp();
int get_compmode();
+bool get_sort();
+
#endif