mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
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).
6 lines
174 B
C
6 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 *);
|