description changed

This commit is contained in:
Jan Hutter 2005-11-14 09:05:15 +00:00
parent 0063dae55a
commit 63b200abaa
2 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,11 @@
/**
* @file ike_header.c
*
* @brief Definition of the encoding rules used when parsing or generating
* an IKEv2-Header
*
* @brief Declaration of the class ike_header_t.
*
* An object of this type represents an ike header and is used to
* generate and parse ike headers.
*
*/
/*

View File

@ -1,9 +1,10 @@
/**
* @file ike_header.h
*
* @brief Declaration of the data struct ike_header_t.
* @brief Declaration of the class ike_header_t.
*
* The data of a parsed header are stored in a struct of this type.
* An object of this type represents an ike header and is used to
* generate and parse ike headers.
*
*/