summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
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);