diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-11-02 11:18:42 +0100 | 
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-11-02 11:18:42 +0100 | 
| commit | 2c739a6daeb1373722f2c02d84a4fef684479752 (patch) | |
| tree | 3aa8dcce1c6bdee9b6639b2f91645a36d6314794 /FICS/addgroup.h | |
| parent | 88db093176fd3883a00f08ddacba03b13852c1b3 (diff) | |
Added is_valid_group_name()
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  | 
