diff options
author | runge <runge> | 2006-12-10 03:12:02 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-10 03:12:02 +0000 |
commit | 5b198763c597459a27e7e88827dcc748b98b6670 (patch) | |
tree | 07111d31dc1932bd6c5bb99bd899916e5efb7129 /x11vnc/cleanup.h | |
parent | 726cedb871a70aa6307df74e769605ee89bd52d0 (diff) | |
download | libtdevnc-5b198763c597459a27e7e88827dcc748b98b6670.tar.gz libtdevnc-5b198763c597459a27e7e88827dcc748b98b6670.zip |
x11vnc: FINDCREATEDISPLAY support to create X session if one cannot be found. Fix bug in java viewer.
Diffstat (limited to 'x11vnc/cleanup.h')
-rw-r--r-- | x11vnc/cleanup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/cleanup.h b/x11vnc/cleanup.h index c0b02d2..85b27dd 100644 --- a/x11vnc/cleanup.h +++ b/x11vnc/cleanup.h @@ -21,6 +21,7 @@ extern char *xerror_string(XErrorEvent *error); extern void initialize_crash_handler(void); extern void initialize_signals(void); extern void unset_signals(void); +extern void close_exec_fds(void); extern int known_sigpipe_mode(char *s); #endif /* _X11VNC_CLEANUP_H */ |