natbd: fix doxygen error in API

This commit is contained in:
Alfred E. Heggestad 2011-12-03 19:30:01 +00:00
parent 7056e79a5d
commit 8f449c0ce9

View file

@ -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] */