Deleted Added
full compact
1/* $FreeBSD: head/contrib/pf/pfctl/pfctl.h 126355 2004-02-28 17:32:53Z mlaier $ */
2/* $OpenBSD: pfctl.h,v 1.25 2003/08/29 21:47:36 cedric Exp $ */
3
4/*
5 * Copyright (c) 2001 Daniel Hartmeier
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 68 unchanged lines hidden (view full) ---

78
79int pfctl_clear_tables(const char *, const char *, int);
80int pfctl_show_tables(const char *, const char *, int);
81int pfctl_command_tables(int, char *[], char *, const char *, char *,
82 const char *, const char *, int);
83int pfctl_show_altq(int, int, int);
84void warn_namespace_collision(const char *);
85
86#if defined(__FreeBSD__)
87extern int altqsupport;
88#endif
89
90#ifndef DEFAULT_PRIORITY
91#define DEFAULT_PRIORITY 1
92#endif
93
94#ifndef DEFAULT_QLIMIT
95#define DEFAULT_QLIMIT 50
96#endif
97

--- 23 unchanged lines hidden ---