forked from kyonshi/grenzland-mud
Actually ue typedefs for obj_data, char_data and descriptor_data.
Some linting in a couple of files. Massive commit...
This commit is contained in:
@@ -37,7 +37,7 @@ struct ban_list_element {
|
||||
/* Utility Functions */
|
||||
void load_banned(void);
|
||||
int isbanned(char *hostname);
|
||||
int valid_name(char *newname);
|
||||
int valid_name(const char *newname);
|
||||
void read_invalid_list(void);
|
||||
void free_invalid_list(void);
|
||||
/* Command functions without subcommands */
|
||||
|
||||
Reference in New Issue
Block a user