summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-31 00:39:09 +0200
committerMichael Adam <obnox@samba.org>2011-05-31 01:44:27 +0200
commit4c542015a1a36a230a1a5b6f4ba6b643494e1185 (patch)
tree84e6e1ae0e8839759c5e8b52ac12b05f0c61ec1a /source3/libads/kerberos_proto.h
parent6bf3228f2850b2960276f683e51ccfd6c952a62d (diff)
downloadsamba-4c542015a1a36a230a1a5b6f4ba6b643494e1185.tar.gz
samba-4c542015a1a36a230a1a5b6f4ba6b643494e1185.tar.bz2
samba-4c542015a1a36a230a1a5b6f4ba6b643494e1185.zip
s3:libads/kerberos_proto.h: add _LIBADS_KERBEROS_PROTO_H_ guard
Diffstat (limited to 'source3/libads/kerberos_proto.h')
-rw-r--r--source3/libads/kerberos_proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/libads/kerberos_proto.h b/source3/libads/kerberos_proto.h
index 8acfb45997..406669cc49 100644
--- a/source3/libads/kerberos_proto.h
+++ b/source3/libads/kerberos_proto.h
@@ -27,6 +27,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef _LIBADS_KERBEROS_PROTO_H_
+#define _LIBADS_KERBEROS_PROTO_H_
+
struct PAC_LOGON_INFO;
#include "libads/ads_status.h"
@@ -98,3 +101,5 @@ ADS_STATUS kerberos_set_password(const char *kpasswd_server,
const char *auth_principal, const char *auth_password,
const char *target_principal, const char *new_password,
int time_offset);
+
+#endif /* _LIBADS_KERBEROS_PROTO_H_ */