Deleted Added
sdiff udiff text old ( 126354 ) new ( 126355 )
full compact
1/* $OpenBSD: pfctl.h,v 1.25 2003/08/29 21:47:36 cedric Exp $ */
2
3/*
4 * Copyright (c) 2001 Daniel Hartmeier
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

77
78int pfctl_clear_tables(const char *, const char *, int);
79int pfctl_show_tables(const char *, const char *, int);
80int pfctl_command_tables(int, char *[], char *, const char *, char *,
81 const char *, const char *, int);
82int pfctl_show_altq(int, int, int);
83void warn_namespace_collision(const char *);
84
85#ifndef DEFAULT_PRIORITY
86#define DEFAULT_PRIORITY 1
87#endif
88
89#ifndef DEFAULT_QLIMIT
90#define DEFAULT_QLIMIT 50
91#endif
92

--- 23 unchanged lines hidden ---