diff options
Diffstat (limited to 'FICS/addgroup.h')
| -rw-r--r-- | FICS/addgroup.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/addgroup.h b/FICS/addgroup.h index e5b1906..3642969 100644 --- a/FICS/addgroup.h +++ b/FICS/addgroup.h @@ -11,6 +11,7 @@ int	fics_addgroup(const char *);  bool	get_group_id(const char *, int *);  bool	get_next_line_from_file(FILE *, char **); // uses 'new[]'  bool	group_exists(const char *); +bool	is_valid_group_name(const char *);  int	read_the_group_permissions_file(const char *);  __FICS_END_DECLS  | 
