From: Theodore Tso Date: Tue, 18 Dec 1990 18:45:37 +0000 (+0000) Subject: Added function prototypes for copy_checksum() and copy_authenticator() X-Git-Tag: krb5-1.0-alpha3~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f923ad97139761942246f6029e1f6bbe9ae030f7;p=krb5.git Added function prototypes for copy_checksum() and copy_authenticator() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1562 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index ca83d2f15..035badd34 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -138,6 +138,12 @@ krb5_error_code krb5_copy_ticket krb5_error_code krb5_copy_authdata PROTOTYPE((krb5_authdata * const *, krb5_authdata ***)); +krb5_error_code krb5_copy_authenticator + PROTOTYPE((const krb5_authenticator *, + krb5_authenticator **)); +krb5_error_code krb5_copy_checksum + PROTOTYPE((const krb5_checksum *, + krb5_checksum **)); void krb5_init_ets PROTOTYPE((void)); /* libkt.spec */