diff options
Diffstat (limited to 'x11vnc/macosx.h')
-rw-r--r-- | x11vnc/macosx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/macosx.h b/x11vnc/macosx.h index 907c723..db96e83 100644 --- a/x11vnc/macosx.h +++ b/x11vnc/macosx.h @@ -3,6 +3,7 @@ /* -- macosx.h -- */ +extern void macosx_log(char *); extern char *macosx_console_guess(char *str, int *fd); extern char *macosx_get_fb_addr(void); extern void macosx_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client); |