b6e82f33ef
Remove extraneous decls. Add ``const'' to several places. Allow ``make NOALIAS=1'' to remove IP aliasing. Merge with OpenBSD - only the Makefiles vary. We can now survive a compile with -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wchar-subscripts (although the Makefile just contains -Wall).
7 lines
174 B
C
7 lines
174 B
C
/*
|
|
* $Id: alias_cmd.h,v 1.3 1997/10/26 01:02:01 brian Exp $
|
|
*/
|
|
|
|
extern int AliasRedirectPort(struct cmdargs const *);
|
|
extern int AliasRedirectAddr(struct cmdargs const *);
|