You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
319 B
14 lines
319 B
19 years ago
|
#ifndef _X11VNC_USER_H
|
||
|
#define _X11VNC_USER_H
|
||
|
|
||
|
/* -- user.h -- */
|
||
|
|
||
|
extern void check_switched_user(void);
|
||
|
extern void lurk_loop(char *str);
|
||
|
extern int switch_user(char *, int);
|
||
|
extern int read_passwds(char *passfile);
|
||
|
extern void install_passwds(void);
|
||
|
extern void check_new_passwds(void);
|
||
|
|
||
|
#endif /* _X11VNC_USER_H */
|