summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-07-11 17:08:41 -0700
committerlouie <lshprung@yahoo.com>2020-07-11 17:08:41 -0700
commit8f36e6816b5d5bd968f28e3c0acb269560d2796f (patch)
tree221717b1fd6f5a5df8bb0b23187d6f1106275bf0 /entry.h
parent8ec8e9d5dd37eac5266f8cd94ce946f23f436ef9 (diff)
Added hiding of empty groups
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/entry.h b/entry.h
index b70462c..6bc6163 100644
--- a/entry.h
+++ b/entry.h
@@ -5,6 +5,8 @@ typedef struct entry ENTRY;
ENTRY *create_entry(char *new_name, char *new_path, bool force);
+void entry_rm(ENTRY *e);
+
ENTRY *entry_add_last(ENTRY *tail, ENTRY *add);
ENTRY **get_entries(ENTRY *head, int count);