commit | 467b5fe69716257ebe17a9df9c428ad32eba540a | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <antonio@open-mesh.com> | Fri Dec 07 14:35:36 2012 +0100 |
committer | Antonio Quartulli <ordex@autistici.org> | Sat Jan 12 20:58:22 2013 +1000 |
tree | f800c2755c1d65e12378c975c7bdf4eca49961f0 | |
parent | fa706554d6553331e886ce6fb86ca40b6dbc2083 [diff] |
batman-adv: use the const qualifier in hash functions The data argument in each hash function should carry the "const" qualifier as it is never modified. Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>