From 538b7cf6e58000c6223a14cd0c3bdaddea672951 Mon Sep 17 00:00:00 2001 From: Unknown User d91-jda Date: Mon, 18 Mar 1996 00:10:15 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@308 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cache.h | 5 +++++ lib/krb5/cache.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/cache.h b/cache.h index 5841acb61..218704265 100644 --- a/cache.h +++ b/cache.h @@ -1,3 +1,6 @@ +#ifndef __CACHE_H__ +#define __CACHE_H__ + krb5_error_code krb5_cc_resolve (krb5_context context, char *residual, @@ -70,3 +73,5 @@ krb5_error_code krb5_cc_set_flags (krb5_context context, krb5_ccache id, krb5_flags flags); + +#endif /* __CACHE_H__ */ diff --git a/lib/krb5/cache.h b/lib/krb5/cache.h index 5841acb61..218704265 100644 --- a/lib/krb5/cache.h +++ b/lib/krb5/cache.h @@ -1,3 +1,6 @@ +#ifndef __CACHE_H__ +#define __CACHE_H__ + krb5_error_code krb5_cc_resolve (krb5_context context, char *residual, @@ -70,3 +73,5 @@ krb5_error_code krb5_cc_set_flags (krb5_context context, krb5_ccache id, krb5_flags flags); + +#endif /* __CACHE_H__ */