batman-adv: Add const type qualifier for pointers
authorSven Eckelmann <sven@narfation.org>
Sat, 14 May 2011 21:14:50 +0000 (23:14 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 30 May 2011 05:39:31 +0000 (07:39 +0200)
batman-adv uses pointers which are marked as const and should not
violate that type qualifier by passing it to functions which force a
cast to the non-const version.

Signed-off-by: Sven Eckelmann <sven@narfation.org>

No differences found