summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-08-04 10:07:20 -0700
committerlouie <lshprung@yahoo.com>2020-08-04 10:07:20 -0700
commit1c85b0c98c3a8a55665abfdd8517baf7791531da (patch)
treebdcf94ee22bcbfc155822d96145dd9c2ef23f6b4 /entry.h
parenta98dd21113d8e8a6893e6813f9411a8d0b6ef10e (diff)
Added hide option for read_cfg
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/entry.h b/entry.h
index caa724e..51e43ca 100644
--- a/entry.h
+++ b/entry.h
@@ -19,6 +19,10 @@ char *get_epath(ENTRY *e);
bool get_eforce(ENTRY *e);
+void set_hide(ENTRY *e, bool status);
+
+bool get_hide(ENTRY *e);
+
void entry_debug(ENTRY *trav);
#endif