free funcs are now void
authorJohn Kohl <jtkohl@mit.edu>
Sat, 16 Feb 1991 12:13:27 +0000 (12:13 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sat, 16 Feb 1991 12:13:27 +0000 (12:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1707 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/asn.1/KRB5-types-aux.h

index 099be13d42b65f63d412154f0b3e83e84ad4f7c0..9f46a3befcd8fafaecf76118e85da25b48d2baea 100644 (file)
@@ -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