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/ServerDialog.cxx b/vncviewer/ServerDialog.cxx
index e65cbad..9d0d157 100644
--- a/vncviewer/ServerDialog.cxx
+++ b/vncviewer/ServerDialog.cxx
@@ -26,8 +26,7 @@
 #include "OptionsDialog.h"
 #include "fltk_layout.h"
 #include "i18n.h"
-
-extern void about_vncviewer();
+#include "vncviewer.h"
 
 ServerDialog::ServerDialog()
   : Fl_Window(400, 112, _("VNC Viewer: Connection Details"))