aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-07-12 15:54:25 +0000
committerPierre Ossman <ossman@cendio.se>2011-07-12 15:54:25 +0000
commit39ceb508884c437f8d40d411b6ae68a70b908391 (patch)
treeba48218f731b4079c670e1c155513a02cc752be2 /vncviewer/CConn.cxx
parent240a5ff88f18a2ca85faa384d26f4dcd39f99860 (diff)
downloadtigervnc-39ceb508884c437f8d40d411b6ae68a70b908391.tar.gz
tigervnc-39ceb508884c437f8d40d411b6ae68a70b908391.zip
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
Diffstat (limited to 'vncviewer/CConn.cxx')
-rw-r--r--vncviewer/CConn.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx
index 8d233f05..31ceff1c 100644
--- a/vncviewer/CConn.cxx
+++ b/vncviewer/CConn.cxx
@@ -38,6 +38,7 @@
#include "OptionsDialog.h"
#include "i18n.h"
#include "parameters.h"
+#include "vncviewer.h"
#ifdef WIN32
#include "win32.h"
@@ -47,8 +48,6 @@ using namespace rdr;
using namespace rfb;
using namespace std;
-extern void exit_vncviewer();
-
static rfb::LogWriter vlog("CConn");
static const PixelFormat mediumColourPF(8,3,0,1,1,1,1,2,1,0);