Create a proper header file for the exported functions from vncviewer.cxx.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4579 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx
index 859d2b6..14f720c 100644
--- a/vncviewer/DesktopWindow.cxx
+++ b/vncviewer/DesktopWindow.cxx
@@ -27,6 +27,7 @@
 #include "OptionsDialog.h"
 #include "i18n.h"
 #include "parameters.h"
+#include "vncviewer.h"
 
 #include <FL/Fl_Scroll.H>
 #include <FL/x.H>
@@ -41,8 +42,6 @@
 
 using namespace rfb;
 
-extern void exit_vncviewer();
-
 static rfb::LogWriter vlog("DesktopWindow");
 
 DesktopWindow::DesktopWindow(int w, int h, const char *name,