diff options
Diffstat (limited to 'x11vnc/unixpw.h')
-rw-r--r-- | x11vnc/unixpw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/unixpw.h b/x11vnc/unixpw.h index b7054a0..9d1a806 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -3,6 +3,7 @@ /* -- unixpw.h -- */ +extern int white_pixel(void); extern void unixpw_screen(int init); extern void unixpw_keystroke(rfbBool down, rfbKeySym keysym, int init); extern void unixpw_accept(char *user); |