Moved most defines from igmp.h to igmp.c for clarity since they are not used anywhere else; removed some function prototypes from igmp.h, too

This commit is contained in:
goldsimon
2010-02-08 19:41:53 +00:00
parent 49274c1507
commit 630f575017
4 changed files with 66 additions and 58 deletions

View File

@@ -90,6 +90,10 @@ HISTORY
++ Bugfixes:
2010-02-08: Simon Goldschmidt
* igmp.c/.h, ip.h: Moved most defines from igmp.h to igmp.c for clarity
since they are not used anywhere else.
2010-02-08: Simon Goldschmidt (Stéphane Lesage)
* igmp.c, igmp.h, stats.c, stats.h: Improved IGMP stats
(patch from bug #28798)