natbd: fix doxygen error in API
This commit is contained in:
parent
7056e79a5d
commit
8f449c0ce9
1 changed files with 2 additions and 1 deletions
|
@ -79,8 +79,9 @@ int nat_filtering_start(struct nat_filtering *nf);
|
|||
* Binding Lifetime Discovery
|
||||
*/
|
||||
|
||||
/** Defines the NAT lifetime interval */
|
||||
struct nat_lifetime;
|
||||
|
||||
/** Defines the NAT lifetime interval */
|
||||
struct nat_lifetime_interval {
|
||||
uint32_t min; /**< Minimum lifetime interval in [seconds] */
|
||||
uint32_t cur; /**< Current lifetime interval in [seconds] */
|
||||
|
|
Loading…
Add table
Reference in a new issue