summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-otpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/ipa-otpd/internal.h')
-rw-r--r--daemons/ipa-otpd/internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/daemons/ipa-otpd/internal.h b/daemons/ipa-otpd/internal.h
index 5ab4a7776..43096edf0 100644
--- a/daemons/ipa-otpd/internal.h
+++ b/daemons/ipa-otpd/internal.h
@@ -20,8 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef INTERNAL_H_
-#define INTERNAL_H_
+#pragma once
#include "krad.h"
@@ -149,5 +148,3 @@ const char *otpd_parse_radius(LDAP *ldp, LDAPMessage *entry,
const char *otpd_parse_radius_username(LDAP *ldp, LDAPMessage *entry,
struct otpd_queue_item *item);
-
-#endif /* INTERNAL_H_ */