summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-07-19 16:55:44 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-07-19 16:55:44 +0000
commitde000cc4c310b772936a5a12f2a47be847778c7f (patch)
tree1cfe9918469d45889bddabd2526e053dd7805d2e /src/include
parent898ab99cba4e744a6d5443b2fb8a259fde89824b (diff)
downloadkrb5-de000cc4c310b772936a5a12f2a47be847778c7f.tar.gz
krb5-de000cc4c310b772936a5a12f2a47be847778c7f.tar.xz
krb5-de000cc4c310b772936a5a12f2a47be847778c7f.zip
change first arg of krb5_get_server_rcache to a krb5_data *
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2189 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index 622b10ecc..d5bf4afe2 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -171,7 +171,7 @@ krb5_error_code krb5_generate_subkey
krb5_error_code krb5_generate_seq_number
PROTOTYPE((const krb5_keyblock *, krb5_int32 *));
krb5_error_code krb5_get_server_rcache
- PROTOTYPE((const char *, krb5_rcache *));
+ PROTOTYPE((const krb5_data *, krb5_rcache *));
krb5_error_code krb5_build_principal_ext
STDARG_P((krb5_principal *, int, const char *, ...));
krb5_error_code krb5_build_principal