diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-02-16 12:13:27 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-02-16 12:13:27 +0000 |
| commit | ff955b64a28be6bbb658931820d3045848a0638d (patch) | |
| tree | 40c3c41b0e8e6a3a7f1fdc8b00737813d281deeb /src/include | |
| parent | 128c58597a703676534e60745a60a949b4c4d016 (diff) | |
| download | krb5-ff955b64a28be6bbb658931820d3045848a0638d.tar.gz krb5-ff955b64a28be6bbb658931820d3045848a0638d.tar.xz krb5-ff955b64a28be6bbb658931820d3045848a0638d.zip | |
free funcs are now void
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1707 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/asn.1/KRB5-types-aux.h | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/src/include/krb5/asn.1/KRB5-types-aux.h b/src/include/krb5/asn.1/KRB5-types-aux.h index 099be13d4..9f46a3bef 100644 --- a/src/include/krb5/asn.1/KRB5-types-aux.h +++ b/src/include/krb5/asn.1/KRB5-types-aux.h @@ -74,34 +74,34 @@ int decode_KRB5_EncryptedData P((PE , int , integer *, char **, struct type_KRB5 int decode_KRB5_EncryptionKey P((PE , int , integer *, char **, struct type_KRB5_EncryptionKey **)); int decode_KRB5_Checksum P((PE , int , integer *, char **, struct type_KRB5_Checksum **)); int decode_KRB5_METHOD__DATA P((PE , int , integer *, char **, struct type_KRB5_METHOD__DATA **)); -int free_KRB5_PrincipalName P((struct type_KRB5_PrincipalName *)); -int free_KRB5_HostAddress P((struct type_KRB5_HostAddress *)); -int free_KRB5_HostAddresses P((struct type_KRB5_HostAddresses *)); -int free_KRB5_AuthorizationData P((struct type_KRB5_AuthorizationData *)); -int free_KRB5_LastReq P((struct type_KRB5_LastReq *)); -int free_KRB5_Ticket P((struct type_KRB5_Ticket *)); -int free_KRB5_TransitedEncoding P((struct type_KRB5_TransitedEncoding *)); -int free_KRB5_EncTicketPart P((struct type_KRB5_EncTicketPart *)); -int free_KRB5_Authenticator P((struct type_KRB5_Authenticator *)); -int free_KRB5_AS__REQ P((struct type_KRB5_AS__REQ *)); -int free_KRB5_TGS__REQ P((struct type_KRB5_TGS__REQ *)); -int free_KRB5_PA__DATA P((struct type_KRB5_PA__DATA *)); -int free_KRB5_KDC__REQ__BODY P((struct type_KRB5_KDC__REQ__BODY *)); -int free_KRB5_AS__REP P((struct type_KRB5_AS__REP *)); -int free_KRB5_TGS__REP P((struct type_KRB5_TGS__REP *)); -int free_KRB5_EncASRepPart P((struct type_KRB5_EncASRepPart *)); -int free_KRB5_EncTGSRepPart P((struct type_KRB5_EncTGSRepPart *)); -int free_KRB5_AP__REQ P((struct type_KRB5_AP__REQ *)); -int free_KRB5_AP__REP P((struct type_KRB5_AP__REP *)); -int free_KRB5_EncAPRepPart P((struct type_KRB5_EncAPRepPart *)); -int free_KRB5_KRB__SAFE P((struct type_KRB5_KRB__SAFE *)); -int free_KRB5_KRB__SAFE__BODY P((struct type_KRB5_KRB__SAFE__BODY *)); -int free_KRB5_KRB__PRIV P((struct type_KRB5_KRB__PRIV *)); -int free_KRB5_EncKrbPrivPart P((struct type_KRB5_EncKrbPrivPart *)); -int free_KRB5_KRB__ERROR P((struct type_KRB5_KRB__ERROR *)); -int free_KRB5_EncryptedData P((struct type_KRB5_EncryptedData *)); -int free_KRB5_EncryptionKey P((struct type_KRB5_EncryptionKey *)); -int free_KRB5_Checksum P((struct type_KRB5_Checksum *)); -int free_KRB5_METHOD__DATA P((struct type_KRB5_METHOD__DATA *)); +void free_KRB5_PrincipalName P((struct type_KRB5_PrincipalName *)); +void free_KRB5_HostAddress P((struct type_KRB5_HostAddress *)); +void free_KRB5_HostAddresses P((struct type_KRB5_HostAddresses *)); +void free_KRB5_AuthorizationData P((struct type_KRB5_AuthorizationData *)); +void free_KRB5_LastReq P((struct type_KRB5_LastReq *)); +void free_KRB5_Ticket P((struct type_KRB5_Ticket *)); +void free_KRB5_TransitedEncoding P((struct type_KRB5_TransitedEncoding *)); +void free_KRB5_EncTicketPart P((struct type_KRB5_EncTicketPart *)); +void free_KRB5_Authenticator P((struct type_KRB5_Authenticator *)); +void free_KRB5_AS__REQ P((struct type_KRB5_AS__REQ *)); +void free_KRB5_TGS__REQ P((struct type_KRB5_TGS__REQ *)); +void free_KRB5_PA__DATA P((struct type_KRB5_PA__DATA *)); +void free_KRB5_KDC__REQ__BODY P((struct type_KRB5_KDC__REQ__BODY *)); +void free_KRB5_AS__REP P((struct type_KRB5_AS__REP *)); +void free_KRB5_TGS__REP P((struct type_KRB5_TGS__REP *)); +void free_KRB5_EncASRepPart P((struct type_KRB5_EncASRepPart *)); +void free_KRB5_EncTGSRepPart P((struct type_KRB5_EncTGSRepPart *)); +void free_KRB5_AP__REQ P((struct type_KRB5_AP__REQ *)); +void free_KRB5_AP__REP P((struct type_KRB5_AP__REP *)); +void free_KRB5_EncAPRepPart P((struct type_KRB5_EncAPRepPart *)); +void free_KRB5_KRB__SAFE P((struct type_KRB5_KRB__SAFE *)); +void free_KRB5_KRB__SAFE__BODY P((struct type_KRB5_KRB__SAFE__BODY *)); +void free_KRB5_KRB__PRIV P((struct type_KRB5_KRB__PRIV *)); +void free_KRB5_EncKrbPrivPart P((struct type_KRB5_EncKrbPrivPart *)); +void free_KRB5_KRB__ERROR P((struct type_KRB5_KRB__ERROR *)); +void free_KRB5_EncryptedData P((struct type_KRB5_EncryptedData *)); +void free_KRB5_EncryptionKey P((struct type_KRB5_EncryptionKey *)); +void free_KRB5_Checksum P((struct type_KRB5_Checksum *)); +void free_KRB5_METHOD__DATA P((struct type_KRB5_METHOD__DATA *)); #undef P |
