summaryrefslogtreecommitdiffstats
path: root/x11vnc/user.h
blob: 9dcfe41cac5bf0b7d6f7a0c4792f2d73f75c6fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);
extern int wait_for_client(int *argc, char** argv, int http);

#endif /* _X11VNC_USER_H */