From: Theodore Tso Date: Wed, 19 Dec 1990 14:48:02 +0000 (+0000) Subject: copy_checksum shouldn't have been declared static! X-Git-Tag: krb5-1.0-alpha3~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=896ab6d57448eb804042fedd1a9b6f58a53a2e51;p=krb5.git copy_checksum shouldn't have been declared static! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1570 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/copy_cksum.c b/src/lib/krb5/krb/copy_cksum.c index 988690b0e..e440f29a1 100644 --- a/src/lib/krb5/krb/copy_cksum.c +++ b/src/lib/krb5/krb/copy_cksum.c @@ -20,7 +20,7 @@ static char rcsid_copy_checksum_c[] = #include -static krb5_error_code +krb5_error_code krb5_copy_checksum(ckfrom, ckto) const krb5_checksum *ckfrom; krb5_checksum **ckto;