summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-10-04 21:24:31 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-10-04 21:24:31 +0200
commit5d32e75d3c76dacc69a60b9523649015ebc13d0c (patch)
treef95f1ab886fe2b84946373df52b7ad77b7a22449
parent6be8d39c3030185183fd5e34884eaf8419b52754 (diff)
fixup! Add skeleton for win32 code in Win/controller.*
-rw-r--r--Win/controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Win/controller.h b/Win/controller.h
index 6c1d451..e8576a5 100644
--- a/Win/controller.h
+++ b/Win/controller.h
@@ -70,6 +70,7 @@ public:
SpiceController();
~SpiceController();
+ std::string WriteCAFile(const std::string &ca_cert);
bool InitSocket(void);
bool StartClient(void);
void StopClient(void);