libnl-tiny: Fix for c++ compatibility
authorFelix Fietkau <nbd@openwrt.org>
Wed, 26 Jan 2011 11:33:38 +0000 (11:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 26 Jan 2011 11:33:38 +0000 (11:33 +0000)
commiteaa763410fbd4815eab137444af24a05d72aec58
treee5945fac7a7dec1709375bd4897ba4dafd2de923
parent9303cd12100a79bc6aac9cb24938bfbf945016dd
libnl-tiny: Fix for c++ compatibility

g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr"
when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc)
Also see https://dev.openwrt.org/ticket/7854

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25101 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/libnl-tiny/Makefile
package/libnl-tiny/src/include/netlink/attr.h
package/libnl-tiny/src/include/netlink/handlers.h
package/libnl-tiny/src/include/netlink/msg.h