summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.h')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.h b/daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.h
index 4cbc17b99..51d77a0b5 100644
--- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.h
+++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.h
@@ -37,9 +37,7 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
-
-#ifndef OTPCTRL_H_
-#define OTPCTRL_H_
+#pragma once
#include "../libotp/otp_config.h"
#include <stdbool.h>
@@ -62,5 +60,3 @@ bool otpctrl_present(Slapi_PBlock *pb, const char *oid);
bool otpctrl_sync_handle(const struct otp_config *cfg, Slapi_PBlock *pb,
const char *user_dn);
-
-#endif /* OTPCTRL_H_ */