blob: 1469c0f7005e58429f56cec5143fb0584fae7f67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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 */
|