aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-10-03 16:03:08 +0000
committerEzra Peisach <epeisach@mit.edu>2000-10-03 16:03:08 +0000
commit5cc2b430a19bccc0bd374353a3c895972103c81f (patch)
treee04c7c0040767f5b0d79c0336728e4486669cf68 /src/include/k5-int.h
parentf8b293bdc1db396e7ac6bcecc0ea6becdcc8ea69 (diff)
downloadkrb5-5cc2b430a19bccc0bd374353a3c895972103c81f.zip
krb5-5cc2b430a19bccc0bd374353a3c895972103c81f.tar.gz
krb5-5cc2b430a19bccc0bd374353a3c895972103c81f.tar.bz2
* krb5.hin, k5-int.h: krb5_cc_get_name now returns const char *
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12706 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index e253ef2..eff33e1 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1562,7 +1562,7 @@ struct _krb5_ccache {
struct _krb5_cc_ops {
krb5_magic magic;
char FAR *prefix;
- char FAR * (KRB5_CALLCONV *get_name) KRB5_NPROTOTYPE((krb5_context, krb5_ccache));
+ const char FAR * (KRB5_CALLCONV *get_name) KRB5_NPROTOTYPE((krb5_context, krb5_ccache));
krb5_error_code (KRB5_CALLCONV *resolve) KRB5_NPROTOTYPE((krb5_context, krb5_ccache FAR *,
const char FAR *));
krb5_error_code (KRB5_CALLCONV *gen_new) KRB5_NPROTOTYPE((krb5_context, krb5_ccache FAR *));