Deleted Added
full compact
pfctl.h (126354) pfctl.h (126355)
1/* $FreeBSD: head/contrib/pf/pfctl/pfctl.h 126355 2004-02-28 17:32:53Z mlaier $ */
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
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
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 ---
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 ---