dect
/
libnl
Archived
13
0
Fork 0

dsmark: Add missing declarations for rtnl_class_dsmark_(get|set)_bitmask()

The existing declarations refered to non-existing functions so removing
them is safe.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
This commit is contained in:
Thomas Graf 2011-11-25 16:08:25 +01:00
parent 847e269c56
commit 4a7791eca1
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
* Copyright (c) 2003-2011 Thomas Graf <tgraf@suug.ch>
*/
#ifndef NETLINK_DSMARK_H_
@ -18,8 +18,8 @@
extern "C" {
#endif
extern int rtnl_class_dsmark_set_bmask(struct rtnl_class *, uint8_t);
extern int rtnl_class_dsmark_get_bmask(struct rtnl_class *);
extern int rtnl_class_dsmark_set_bitmask(struct rtnl_class *, uint8_t);
extern int rtnl_class_dsmark_get_bitmask(struct rtnl_class *);
extern int rtnl_class_dsmark_set_value(struct rtnl_class *, uint8_t);
extern int rtnl_class_dsmark_get_value(struct rtnl_class *);