diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2004-02-17 08:48:30 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2004-02-17 08:48:30 +0000 |
commit | 01c3bdadecb5da001af20ef1ea7840a28629ebef (patch) | |
tree | d920bec8df1b19b5b833081d931d500f79f63abf /sbin/pfctl/pfctl.h | |
parent | e137c529f7e66fd88ebec221c18d8ab75ffcb484 (diff) |
add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r-- | sbin/pfctl/pfctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index 25eb3d8a77c..a577e1d324e 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.31 2004/02/10 22:26:56 dhartmei Exp $ */ +/* $OpenBSD: pfctl.h,v 1.32 2004/02/17 08:48:29 cedric Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -85,7 +85,7 @@ int pfctl_command_tables(int, char *[], char *, const char *, char *, const char *, const char *, int); int pfctl_show_altq(int, int, int); void warn_namespace_collision(const char *); -int pfctl_show_ifaces(int); +int pfctl_show_ifaces(const char *, int); #ifndef DEFAULT_PRIORITY #define DEFAULT_PRIORITY 1 |