fw.h

00001 /*
00002  * netlink/route/cls/fw.h       fw classifier
00003  *
00004  *      This library is free software; you can redistribute it and/or
00005  *      modify it under the terms of the GNU Lesser General Public
00006  *      License as published by the Free Software Foundation version 2.1
00007  *      of the License.
00008  *
00009  * Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
00010  * Copyright (c) 2006 Petr Gotthard <petr.gotthard@siemens.com>
00011  * Copyright (c) 2006 Siemens AG Oesterreich
00012  */
00013 
00014 #ifndef NETLINK_FW_H_
00015 #define NETLINK_FW_H_
00016 
00017 #include <netlink/netlink.h>
00018 
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022 
00023 extern int      rtnl_fw_set_classid(struct rtnl_cls *, uint32_t);
00024 
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028 
00029 #endif