nut-debian/server/netuser.h

6 lines
323 B
C
Raw Normal View History

2010-03-26 01:20:59 +02:00
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);