summaryrefslogtreecommitdiff
path: root/src/openvpnserv/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpnserv/service.h')
-rw-r--r--src/openvpnserv/service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openvpnserv/service.h b/src/openvpnserv/service.h
index 94bfb07..c5d745f 100644
--- a/src/openvpnserv/service.h
+++ b/src/openvpnserv/service.h
@@ -89,4 +89,7 @@ BOOL ReportStatusToSCMgr (SERVICE_STATUS_HANDLE service, SERVICE_STATUS *status)
LPCTSTR GetLastErrorText ();
DWORD MsgToEventLog (DWORD flags, LPCTSTR lpszMsg, ...);
+/* Convert a utf8 string to utf16. Caller should free the result */
+wchar_t *utf8to16 (const char *utf8);
+
#endif