Minor refactoring to prepare the source for handling TightVNC protocol extensions. This one does not introduce any real changes.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@649 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/SConnection.h b/common/rfb/SConnection.h
index 6b943f5..4c76631 100644
--- a/common/rfb/SConnection.h
+++ b/common/rfb/SConnection.h
@@ -176,6 +176,7 @@
void processVersionMsg();
void processSecurityTypeMsg();
+ void processSecurityType(int secType);
void processSecurityMsg();
void processInitMsg();