]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
addraw_l prototype
author5!tgraf <5!tgraf>
Tue, 18 Jan 2005 13:58:49 +0000 (13:58 +0000)
committer5!tgraf <5!tgraf>
Tue, 18 Jan 2005 13:58:49 +0000 (13:58 +0000)
(Logical change 1.128)

include/libnetlink.h

index 40587a0ee18b5e79472795711dbbef53cd3d4b03..41a3965559cd269575de35286649c2eca7f3a633 100644 (file)
@@ -35,6 +35,7 @@ extern int rtnl_send(struct rtnl_handle *rth, const char *buf, int);
 
 extern int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
 extern int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, int alen);
+extern int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len);
 extern int rta_addattr32(struct rtattr *rta, int maxlen, int type, __u32 data);
 extern int rta_addattr_l(struct rtattr *rta, int maxlen, int type, const void *data, int alen);