Added prototypes for functions that were documented in libalias.3

but not prototyped here.
This commit is contained in:
Bruce Evans 1998-01-16 12:56:07 +00:00
parent b46285e3cf
commit bb6d5d9147
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32560
2 changed files with 16 additions and 0 deletions

View File

@ -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);

View File

@ -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);