diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-11 15:18:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-11 15:18:34 +0000 |
commit | 916da26e442ba1e9ef4e852667efd1b98cb814cf (patch) | |
tree | 425773064ce924cfa666d1474060ed7b35758f63 /sbin/pfctl/pfctl.h | |
parent | 8fbec6d200356c3169e6e3da257476e0878e0643 (diff) |
qname_to_qid and qname_to_pfaltq can be private functions now; nothing
outside pfctl_altq.c uses them any more, nor should.
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r-- | sbin/pfctl/pfctl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index aad2a90ff97..cdcaeba8bba 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.15 2003/04/11 15:13:34 henning Exp $ */ +/* $OpenBSD: pfctl.h,v 1.16 2003/04/11 15:18:33 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -80,8 +80,6 @@ int check_commit_altq(int, int); void pfaltq_store(struct pf_altq *); void pfaltq_free(struct pf_altq *); struct pf_altq *pfaltq_lookup(const char *); -struct pf_altq *qname_to_pfaltq(const char *, const char *); -u_int32_t qname_to_qid(const char *); char *rate2str(double); void print_altq(const struct pf_altq *, unsigned, u_int16_t); |