copy_checksum shouldn't have been declared static!
authorTheodore Tso <tytso@mit.edu>
Wed, 19 Dec 1990 14:48:02 +0000 (14:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 19 Dec 1990 14:48:02 +0000 (14:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1570 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/copy_cksum.c

index 988690b0e3c5243509c21c5916c30c6378d26a4b..e440f29a18605812a7c8f96a6d12211dcd20921b 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_copy_checksum_c[] =
 
 #include <krb5/ext-proto.h>
 
-static krb5_error_code
+krb5_error_code
 krb5_copy_checksum(ckfrom, ckto)
 const krb5_checksum *ckfrom;
 krb5_checksum **ckto;