Deleted Added
full compact
alias_local.h (36321) alias_local.h (36711)
1/* -*- mode: c; tab-width: 3; c-basic-offset: 3; -*-
2 Alias_local.h contains the function prototypes for alias.c,
3 alias_db.c, alias_util.c and alias_ftp.c, alias_irc.c (as well
4 as any future add-ons). It is intended to be used only within
5 the aliasing software. Outside world interfaces are defined
6 in alias.h
7
8 This software is placed into the public domain with no restrictions

--- 64 unchanged lines hidden (view full) ---

73u_short GetAliasPort(struct alias_link *);
74void SetAckModified(struct alias_link *);
75int GetAckModified(struct alias_link *);
76int GetDeltaAckIn(struct ip *, struct alias_link *);
77int GetDeltaSeqOut(struct ip *, struct alias_link *);
78void AddSeq(struct ip *, struct alias_link *, int);
79void SetExpire(struct alias_link *, int);
80void ClearCheckNewLink(void);
1/* -*- mode: c; tab-width: 3; c-basic-offset: 3; -*-
2 Alias_local.h contains the function prototypes for alias.c,
3 alias_db.c, alias_util.c and alias_ftp.c, alias_irc.c (as well
4 as any future add-ons). It is intended to be used only within
5 the aliasing software. Outside world interfaces are defined
6 in alias.h
7
8 This software is placed into the public domain with no restrictions

--- 64 unchanged lines hidden (view full) ---

73u_short GetAliasPort(struct alias_link *);
74void SetAckModified(struct alias_link *);
75int GetAckModified(struct alias_link *);
76int GetDeltaAckIn(struct ip *, struct alias_link *);
77int GetDeltaSeqOut(struct ip *, struct alias_link *);
78void AddSeq(struct ip *, struct alias_link *, int);
79void SetExpire(struct alias_link *, int);
80void ClearCheckNewLink(void);
81#ifndef NO_FW_PUNCH
81void PunchFWHole(struct alias_link *);
82void PunchFWHole(struct alias_link *);
83#endif
82
83
84/* Housekeeping function */
85void HouseKeeping(void);
86
87/* Tcp specfic routines */
88/*lint -save -library Suppress flexelint warnings */
89void AliasHandleFtpOut(struct ip *, struct alias_link *, int);

--- 14 unchanged lines hidden ---
84
85
86/* Housekeeping function */
87void HouseKeeping(void);
88
89/* Tcp specfic routines */
90/*lint -save -library Suppress flexelint warnings */
91void AliasHandleFtpOut(struct ip *, struct alias_link *, int);

--- 14 unchanged lines hidden ---