This commit was generated by cvs2svn to compensate for changes in r786,
[libnl.git] / include / netlink / route / cls / fw.h
1 /*
2  * netlink/route/cls/fw.h       fw classifier
3  *
4  *      This library is free software; you can redistribute it and/or
5  *      modify it under the terms of the GNU Lesser General Public
6  *      License as published by the Free Software Foundation version 2.1
7  *      of the License.
8  *
9  * Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
10  * Copyright (c) 2006 Petr Gotthard <petr.gotthard@siemens.com>
11  * Copyright (c) 2006 Siemens AG Oesterreich
12  */
13
14 #ifndef NETLINK_FW_H_
15 #define NETLINK_FW_H_
16
17 #include <netlink/netlink.h>
18
19 extern int      rtnl_fw_set_classid(struct rtnl_cls *, uint32_t);
20
21 #endif