Skip to content
Commit 747e4221 authored by Sven Eckelmann's avatar Sven Eckelmann
Browse files

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: default avatarSven Eckelmann <sven@narfation.org>
parent 38e3c5f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment