summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-29 12:05:37 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-29 12:05:37 +0000
commitaf473784897051f43b12492ae91957f0f55ed151 (patch)
tree676f5060f4fea575b5640d6b71e7a16ea234219a /src/include
parentd2c2c5072c6b689ca3f461400f29e22246b7ef63 (diff)
change interface to krb5_cc_default()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@955 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index db8faaefc..5cb9430b6 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -253,8 +253,8 @@ krb5_error_code krb5_cc_register
krb5_boolean ));
char *krb5_cc_default_name
PROTOTYPE((void ));
-krb5_ccache krb5_cc_default
- PROTOTYPE((void ));
+krb5_error_code krb5_cc_default
+ PROTOTYPE((krb5_ccache *));
/* krb5_free.c */