]> granicus.if.org Git - libnl/commitdiff
dsmark: Add missing declarations for rtnl_class_dsmark_(get|set)_bitmask()
authorThomas Graf <tgraf@redhat.com>
Fri, 25 Nov 2011 15:08:25 +0000 (16:08 +0100)
committerThomas Graf <tgraf@redhat.com>
Fri, 25 Nov 2011 15:09:34 +0000 (16:09 +0100)
The existing declarations refered to non-existing functions so removing
them is safe.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
include/netlink/route/qdisc/dsmark.h

index de65496e975e0b27868608d9c4c465df420b3b92..d7a6d2299094c087815272283297c6837a470080 100644 (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 *);