diff options
Diffstat (limited to 'lib/libalias/alias_local.h')
| -rw-r--r-- | lib/libalias/alias_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalias/alias_local.h b/lib/libalias/alias_local.h index ae013907213e..16d0aaaf1035 100644 --- a/lib/libalias/alias_local.h +++ b/lib/libalias/alias_local.h @@ -78,7 +78,9 @@ int GetDeltaSeqOut(struct ip *, struct alias_link *); void AddSeq(struct ip *, struct alias_link *, int); void SetExpire(struct alias_link *, int); void ClearCheckNewLink(void); +#ifndef NO_FW_PUNCH void PunchFWHole(struct alias_link *); +#endif /* Housekeeping function */ |
