diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-24 10:53:33 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-24 10:53:33 +0000 |
commit | 72a97cedb7be026e1b83c4728d7199b7ae9df7ca (patch) | |
tree | 9d3b8830b95b5137407055b56f26c40def6a65dc /sbin/pfctl/pfctl.h | |
parent | 2204e2432a2c6de70719d1563b4fa45ea6641ea5 (diff) |
export rate2str
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r-- | sbin/pfctl/pfctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index c5a71051c9a..2ac1ef54de4 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.7 2003/01/20 19:05:46 camield Exp $ */ +/* $OpenBSD: pfctl.h,v 1.8 2003/01/24 10:53:32 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -83,6 +83,7 @@ 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 *, const char *); char *qid_to_qname(u_int32_t, const char *); +char *rate2str(double); void print_altq(const struct pf_altq *, unsigned); void print_queue(const struct pf_altq *, unsigned); |