Remove public sa_payload.add_proposal() method

This commit is contained in:
Martin Willi
2012-03-20 17:30:48 +01:00
parent cd89f1a074
commit f9450fc9f7
2 changed files with 12 additions and 18 deletions
@@ -48,13 +48,6 @@ struct sa_payload_t {
*/
linked_list_t *(*get_proposals) (sa_payload_t *this);
/**
* Add a child proposal (AH/ESP) to the payload.
*
* @param proposal child proposal to add to the payload
*/
void (*add_proposal) (sa_payload_t *this, proposal_t *proposal);
/**
* Create an enumerator over all proposal substructures.
*