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)
commit9a37eaeacf30cceefd56aa53d80a6b7f3fe26503
treea4cb5fe66248e8ae017d313bba75a876c93e1c26
parent516dcae1c7643d736e71d240790370cb140a8383
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>

SVN-Revision: 25101
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