Imported Upstream version 2.4.3
This commit is contained in:
commit
26fb71b504
446 changed files with 148951 additions and 0 deletions
5
server/netuser.h
Normal file
5
server/netuser.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
void net_login(ctype_t *client, int numarg, const char **arg);
|
||||
void net_logout(ctype_t *client, int numarg, const char **arg);
|
||||
void net_master(ctype_t *client, int numarg, const char **arg);
|
||||
void net_username(ctype_t *client, int numarg, const char **arg);
|
||||
void net_password(ctype_t *client, int numarg, const char **arg);
|
||||
Loading…
Add table
Add a link
Reference in a new issue