summaryrefslogtreecommitdiff
path: root/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'group.h')
-rw-r--r--group.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/group.h b/group.h
index 1afb63d..01fe54d 100644
--- a/group.h
+++ b/group.h
@@ -3,7 +3,7 @@
typedef struct group GROUP;
-GROUP *create_group(char *new_path);
+GROUP *create_group(char *new_name);
void group_add(char *gname, ENTRY *addme);
@@ -11,8 +11,6 @@ GROUP **get_groups();
char *get_gname(GROUP *g);
-char *get_gpath(GROUP *g);
-
char *get_gprog(GROUP *g);
ENTRY *get_ghead(GROUP *g);