[Development] client: Add dialog window to accept/save invalid X509
certificates. (Guillaume Destuynder)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4198 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/UserMsgBox.h b/common/rfb/UserMsgBox.h
index 8b29587..392950d 100644
--- a/common/rfb/UserMsgBox.h
+++ b/common/rfb/UserMsgBox.h
@@ -33,6 +33,7 @@
M_DEFBUTTON1 = 0,
M_DEFBUTTON2 = 0x100
};
+ /* TODO Implement as function with variable arguments */
virtual bool showMsgBox(int flags,const char* title, const char* text)=0;
};
}