summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/krb5_init_context.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:44:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commit7e039c7dda275d91933d19ef8c8a08b0005255b4 (patch)
tree4da089e8823c7909fad42697e3e461f44c2374d7 /source4/auth/kerberos/krb5_init_context.h
parentf70a658b8273a5e06a11e2184a4e420fdbcd5744 (diff)
downloadsamba-7e039c7dda275d91933d19ef8c8a08b0005255b4.tar.gz
samba-7e039c7dda275d91933d19ef8c8a08b0005255b4.tar.bz2
samba-7e039c7dda275d91933d19ef8c8a08b0005255b4.zip
source4/auth: Fix prototypes for all functions.
Diffstat (limited to 'source4/auth/kerberos/krb5_init_context.h')
-rw-r--r--source4/auth/kerberos/krb5_init_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.h b/source4/auth/kerberos/krb5_init_context.h
index 047772c8f7..835438cc5b 100644
--- a/source4/auth/kerberos/krb5_init_context.h
+++ b/source4/auth/kerberos/krb5_init_context.h
@@ -17,6 +17,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef _KRB5_INIT_CONTEXT_H_
+#define _KRB5_INIT_CONTEXT_H_
+
struct smb_krb5_context {
krb5_context krb5_context;
krb5_log_facility *logf;
@@ -41,3 +44,5 @@ krb5_error_code smb_krb5_send_and_recv_func(krb5_context context,
time_t timeout,
const krb5_data *send_buf,
krb5_data *recv_buf);
+
+#endif /* _KRB5_INIT_CONTEXT_H_ */