commit | b8e2dd135c3d8b06a4bc6d52b69317bdcccf4605 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Wed Jun 15 15:08:59 2011 +0200 |
committer | Sven Eckelmann <sven@narfation.org> | Mon Jun 20 10:38:55 2011 +0200 |
tree | 555c4912e9947cfcb9c2d19641c4745a8da00d89 | |
parent | ecbd532108cb21d9d3770f73e168bad65d14d9eb [diff] |
batman-adv: Move compare_orig to originator.c compare_orig is only used in context of orig_node which is managed inside originator.c. It is not necessary to keep that function inside the header originator.h. Signed-off-by: Sven Eckelmann <sven@narfation.org>