From: John Kohl Date: Wed, 25 Apr 1990 16:53:39 +0000 (+0000) Subject: fix typo in krb5_kt_default_name X-Git-Tag: krb5-1.0-alpha2~815 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c213c5e3e39e281e498ac7bde24b6c85067294d;p=krb5.git fix typo in krb5_kt_default_name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@581 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 5cfa17a59..a2c5a410c 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -208,7 +208,7 @@ krb5_error_code krb5_kt_get_name PROTOTYPE((krb5_keytab, char *, int )); -krb5_error_code krb5_tk_default_name +krb5_error_code krb5_kt_default_name PROTOTYPE((char *, int )); krb5_error_code krb5_kt_default