summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-06-22 21:08:10 -0700
committerlouie <lshprung@yahoo.com>2020-06-22 21:08:10 -0700
commit43eeda3d0982160d7863dd2268d989f79c24f03f (patch)
tree8beca0a69f63b520683148f3a265b8b5806c7f6b /entry.h
parent4ca501cb1ded2bf4466a28fcad28a6b7c60d8aff (diff)
Altered Group Structure and cfg
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/entry.h b/entry.h
index 3c8a366..b76919c 100644
--- a/entry.h
+++ b/entry.h
@@ -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);