From: Antonio Quartulli Date: Wed, 18 May 2011 07:20:50 +0000 (+0200) Subject: batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h X-Git-Tag: v3.1-rc1~316^2~412^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d33d37786af139cecde5af831d64a671bb756b;p=pandora-kernel.git batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h smallest_signed_int(), seq_before() and seq_after() are very useful functions that help to handle comparisons between sequence numbers. However they were only defined in vis.c. With this patch every batman-adv function will be able to use them. Signed-off-by: Antonio Quartulli Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed