summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2011-11-25 16:08:25 +0100
committerThomas Graf <tgraf@redhat.com>2011-11-25 16:09:34 +0100
commit4a7791eca1268e24225c33ed1c00c140a14cd955 (patch)
tree473555a0a055691cb5f10f9121591223cd982206
parent847e269c568740bab1e0c5c39829d30f5b557dda (diff)
downloadlibnl-4a7791eca1268e24225c33ed1c00c140a14cd955.tar.gz
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>
-rw-r--r--include/netlink/route/qdisc/dsmark.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/netlink/route/qdisc/dsmark.h b/include/netlink/route/qdisc/dsmark.h
index de65496..d7a6d22 100644
--- a/include/netlink/route/qdisc/dsmark.h
+++ b/include/netlink/route/qdisc/dsmark.h
@@ -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 *);