From f5d33d37786af139cecde5af831d64a671bb756b Mon Sep 17 00:00:00 2001 From: Antonio Quartulli Date: Wed, 18 May 2011 09:20:50 +0200 Subject: [PATCH] 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-format-patch failed