summaryrefslogtreecommitdiff
path: root/source3/libads/ads_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libads/ads_status.h')
-rw-r--r--source3/libads/ads_status.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/libads/ads_status.h b/source3/libads/ads_status.h
index 4c27e16f50..cc8d9a5c08 100644
--- a/source3/libads/ads_status.h
+++ b/source3/libads/ads_status.h
@@ -1,3 +1,5 @@
+#ifndef _LIBADS_ADS_STATUS_H_
+#define _LIBADS_ADS_STATUS_H_
/* there are 5 possible types of errors the ads subsystem can produce */
enum ads_error_type {ENUM_ADS_ERROR_KRB5, ENUM_ADS_ERROR_GSS,
@@ -40,3 +42,5 @@ ADS_STATUS ads_build_nt_error(enum ads_error_type etype,
NTSTATUS ads_ntstatus(ADS_STATUS status);
const char *ads_errstr(ADS_STATUS status);
NTSTATUS gss_err_to_ntstatus(uint32 maj, uint32 min);
+
+#endif /* _LIBADS_ADS_STATUS_H_ */