- skeleton implementation of ike_header

This commit is contained in:
Martin Willi
2005-11-14 07:15:43 +00:00
parent c0211a292b
commit cc0fbc3c24
5 changed files with 73 additions and 12 deletions
+1 -1
View File
@@ -106,6 +106,6 @@ struct ike_header_s {
* - NULL if failed
*/
ike_header_t *create_ike_header();
ike_header_t *ike_header_create();
#endif /*IKE_HEADER_H_*/