diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-27 18:01:58 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-27 18:01:58 +0000 |
commit | b89da14c193fa9a3467b37cf13ae4c8368729726 (patch) | |
tree | 36993d97cd77232567e2397f008d32facb3ce187 /sbin/pfctl/pfctl.h | |
parent | 27cd18bb62c171d560bf6daa11f2a1fa2ee9b29c (diff) |
lotsa const char *
from David Hill <david at phobia.ms> a while ago
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 e5ee5a68c2f..4a155da3dac 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.12 2003/03/06 12:50:40 henning Exp $ */ +/* $OpenBSD: pfctl.h,v 1.13 2003/03/27 18:01:57 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -57,7 +57,7 @@ int pfr_ina_define(struct pfr_table *, struct pfr_addr *, int, int *, int *, int, int); int pfctl_clear_tables(int); int pfctl_show_tables(int); -int pfctl_command_tables(int, char *[], char *, char *, char *, int); +int pfctl_command_tables(int, char *[], char *, const char *, char *, int); int pfctl_show_altq(int, int, int); #ifndef DEFAULT_PRIORITY |