mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Added prototypes for functions that were documented in libalias.3
but not prototyped here.
This commit is contained in:
parent
b46285e3cf
commit
bb6d5d9147
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32560
@ -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 New Issue
Block a user