diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 02:25:32 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 02:25:32 +0000 |
| commit | 374fad8b171448b2cfe3aef740de0411aaed7928 (patch) | |
| tree | e89db9e0c93f287d961cfea571bdcf58dae3cd3c /lib/libalias/alias_local.h | |
| parent | d749f6f64f0c2aaf432d0d9dc0ae0616e4482803 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias_local.h')
| -rw-r--r-- | lib/libalias/alias_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalias/alias_local.h b/lib/libalias/alias_local.h index 0e94a64b2814..38462810733a 100644 --- a/lib/libalias/alias_local.h +++ b/lib/libalias/alias_local.h @@ -90,8 +90,8 @@ void HouseKeeping(void); /*lint -save -library Suppress flexelint warnings */ void AliasHandleFtpOut(struct ip *, struct alias_link *, int); void AliasHandleIrcOut(struct ip *pip, struct alias_link *link, int maxsize ); -void AliasHandleUdpNbt(struct ip *, struct alias_link *, struct in_addr *, u_short); -void AliasHandleUdpNbtNS(struct ip *, struct alias_link *, struct in_addr *, u_short *, struct in_addr *, u_short *); +int AliasHandleUdpNbt(struct ip *, struct alias_link *, struct in_addr *, u_short); +int AliasHandleUdpNbtNS(struct ip *, struct alias_link *, struct in_addr *, u_short *, struct in_addr *, u_short *); void AliasHandleCUSeeMeOut(struct ip *, struct alias_link *); void AliasHandleCUSeeMeIn(struct ip *, struct in_addr); |
