mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Added prototypes for functions that were documented in libalias.3
but not prototyped here.
This commit is contained in:
parent
b46285e3cf
commit
bb6d5d9147
2 changed files with 16 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
This software is placed into the public domain with no restrictions
|
||||
on its distribution.
|
||||
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -69,6 +71,12 @@ struct alias_link;
|
|||
PacketAliasFragmentIn(char *, char *);
|
||||
|
||||
/* Miscellaneous Functions */
|
||||
extern void
|
||||
PacketAliasSetTarget(struct in_addr addr);
|
||||
|
||||
extern int
|
||||
PacketAliasCheckNewLink(void);
|
||||
|
||||
extern u_short
|
||||
PacketAliasInternetChecksum(u_short *, int);
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
This software is placed into the public domain with no restrictions
|
||||
on its distribution.
|
||||
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -69,6 +71,12 @@ struct alias_link;
|
|||
PacketAliasFragmentIn(char *, char *);
|
||||
|
||||
/* Miscellaneous Functions */
|
||||
extern void
|
||||
PacketAliasSetTarget(struct in_addr addr);
|
||||
|
||||
extern int
|
||||
PacketAliasCheckNewLink(void);
|
||||
|
||||
extern u_short
|
||||
PacketAliasInternetChecksum(u_short *, int);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue