user.h 497 Bytes
Newer Older
runge's avatar
runge committed
1 2 3 4 5 6 7 8 9 10
#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);
11
extern void check_new_passwds(int force);
12
extern int wait_for_client(int *argc, char** argv, int http);
13
extern rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len);
14
extern char *xdmcp_insert;
runge's avatar
runge committed
15 16

#endif /* _X11VNC_USER_H */