From 7e039c7dda275d91933d19ef8c8a08b0005255b4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:44:56 +0100 Subject: source4/auth: Fix prototypes for all functions. --- source4/auth/kerberos/kerberos.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/auth/kerberos/kerberos.h') diff --git a/source4/auth/kerberos/kerberos.h b/source4/auth/kerberos/kerberos.h index 501a4653d7..3f021ad70a 100644 --- a/source4/auth/kerberos/kerberos.h +++ b/source4/auth/kerberos/kerberos.h @@ -18,6 +18,9 @@ along with this program. If not, see . */ +#ifndef _AUTH_KERBEROS_H_ +#define _AUTH_KERBEROS_H_ + #if defined(HAVE_KRB5) #include "auth/kerberos/krb5_init_context.h" @@ -157,3 +160,5 @@ krb5_error_code smb_krb5_update_keytab(TALLOC_CTX *parent_ctx, #include "auth/kerberos/proto.h" #endif /* HAVE_KRB5 */ + +#endif /* _AUTH_KERBEROS_H_ */ -- cgit