File: netuser.h

package info (click to toggle)
nut 2.2.2-6.5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,240 kB
  • ctags: 4,918
  • sloc: ansic: 42,528; sh: 10,284; makefile: 860
file content (5 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
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);