summaryrefslogtreecommitdiff
path: root/src/openvpnserv/validate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpnserv/validate.h')
-rw-r--r--src/openvpnserv/validate.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/openvpnserv/validate.h b/src/openvpnserv/validate.h
index 0d0270a..ece8704 100644
--- a/src/openvpnserv/validate.h
+++ b/src/openvpnserv/validate.h
@@ -34,15 +34,15 @@
/* The last one may be reset in registry: HKLM\Software\OpenVPN\ovpn_admin_group */
BOOL
-IsAuthorizedUser (SID *sid, settings_t *s);
+IsAuthorizedUser(SID *sid, settings_t *s);
BOOL
-CheckOption (const WCHAR *workdir, int narg, WCHAR *argv[], const settings_t *s);
+CheckOption(const WCHAR *workdir, int narg, WCHAR *argv[], const settings_t *s);
static inline BOOL
-IsOption (const WCHAR *o)
+IsOption(const WCHAR *o)
{
- return (wcsncmp (o, L"--", 2) == 0);
+ return (wcsncmp(o, L"--", 2) == 0);
}
-#endif
+#endif /* ifndef VALIDATE_H */