commit | 747e4221a03cde62402b614ca1f8e961b8416130 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat May 14 23:14:50 2011 +0200 |
committer | Sven Eckelmann <sven@narfation.org> | Mon May 30 07:39:31 2011 +0200 |
tree | 98428064fef191a5093e276d5a779b9e801a97f0 | |
parent | 38e3c5f0dae7a3bbb32c3b2bb28c3f2557d40fe9 [diff] |
batman-adv: Add const type qualifier for pointers 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>