mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document ipf_nat_hashtab_add() return codes.
MFC after: 3 days
This commit is contained in:
parent
d49ffa7664
commit
d8deeff04d
1 changed files with 1 additions and 0 deletions
|
|
@ -3498,6 +3498,7 @@ ipf_nat_insert(softc, softn, nat)
|
|||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* Function: ipf_nat_hashtab_add */
|
||||
/* Returns: int - 0 == sucess, -1 == failure */
|
||||
/* Parameters: softc(I) - pointer to soft context main structure */
|
||||
/* softn(I) - pointer to NAT context structure */
|
||||
/* nat(I) - pointer to NAT structure */
|
||||
|
|
|
|||
Loading…
Reference in a new issue