diff options
Diffstat (limited to 'entry.h')
-rw-r--r-- | entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ typedef struct entry ENTRY; -ENTRY *create_entry(char *new_path, char *new_group); +ENTRY *create_entry(char *new_name, char *new_path); ENTRY *entry_add_last(ENTRY *tail, ENTRY *add); |