diff options
Diffstat (limited to 'sbin/pfctl/pfctl.h')
-rw-r--r-- | sbin/pfctl/pfctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index 0b99cb56b4f..828609face7 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.50 2012/07/08 17:48:37 lteo Exp $ */ +/* $OpenBSD: pfctl.h,v 1.51 2013/10/12 12:16:11 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -117,4 +117,6 @@ u_int32_t pfctl_get_ticket(struct pfr_buffer *, int, const char *); int pfctl_trans(int, struct pfr_buffer *, u_long, int); +int pfctl_show_queues(int, const char *, int, int); + #endif /* _PFCTL_H_ */ |