*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@308 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-03-18 00:10:15 +00:00
parent 63b6f620c2
commit 538b7cf6e5
2 changed files with 10 additions and 0 deletions

View File

@@ -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__ */

View File

@@ -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__ */