fixed bug with new function set_next_type

This commit is contained in:
Jan Hutter
2005-11-15 09:16:53 +00:00
parent 32cbc7bc82
commit 8bf217e876
2 changed files with 2 additions and 10 deletions
-8
View File
@@ -97,14 +97,6 @@ struct ike_header_s {
*/
payload_t payload_interface;
/**
* @brief set the next payload
*
* @param this ike_header_t object
* @param next_payload next payload type
*/
void (*set_next_payload) (ike_header_t *this, u_int8_t next_payload);
/**
* @brief get the initiator spi
*