diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:35:30 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:35:30 +0100 |
commit | 7e4fff2514dcb1ce0a50ec3849dbde6cc6095e82 (patch) | |
tree | 46015842592f78d56c4831e3b3beb06b5874a907 /contrib/fwd/src/fwd_rules.h | |
parent | d82b889a7bd140c8bc25129209371224f15531fb (diff) |
contrib: remove abandonned projects
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib/fwd/src/fwd_rules.h')
-rw-r--r-- | contrib/fwd/src/fwd_rules.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/contrib/fwd/src/fwd_rules.h b/contrib/fwd/src/fwd_rules.h deleted file mode 100644 index b9eabd870d..0000000000 --- a/contrib/fwd/src/fwd_rules.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * fwd - OpenWrt firewall daemon - header for iptables rule set - * - * Copyright (C) 2009 Jo-Philipp Wich <xm@subsignal.org> - * - * The fwd program is free software: you can redistribute it and/or - * modify it under the terms of the GNU General Public License version 2 - * as published by the Free Software Foundation. - * - * The fwd program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with the fwd program. If not, see http://www.gnu.org/licenses/. - */ - -#ifndef __FWD_RULES_H__ -#define __FWD_RULES_H__ - -#include "fwd.h" - -void fwd_ipt_build_ruleset(struct fwd_handle *h); -void fwd_ipt_clear_ruleset(struct fwd_handle *h); - -void fwd_ipt_addif(struct fwd_handle *h, const char *net); -void fwd_ipt_delif(struct fwd_handle *h, const char *net); -void fwd_ipt_chgif(struct fwd_handle *h, const char *net); - -#endif - |