fbvnc: cleanup mainloop
[fbvnc.git] / fbvnc.h
blob1ea6eaa61d60fd6596c84883b53f80481cc02cdc
1 #ifndef _VT52VNC_H
2 #define _VT52VNC_H
4 #include "rfbproto.h"
6 #define DEF_PORT 5900
8 /* vncproto.c */
9 int vncproto_init(char *addr, int port);
10 int vncproto_free(void);
11 int request_vnc_refresh(int fd);
12 int parse_vnc_in(int fd);
13 int parse_kbd_in(int kbdfd, int fd);
15 #endif