summaryrefslogtreecommitdiffstats
path: root/zebra/ipforward.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixing declarations to eliminate compiler warnings in zebra.Chris Hall2010-04-171-0/+11
| | | | | | | | | | | Only parts of zebra/*.c are compiled and linked, depending on what was chosen at "configure" time. A subset of that is compiled and linked for testzebra. Some things were not declared, or not declared everywhere they were required... leading to a number of compiler warnings. These changes are intended to tidy that up.
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-6/+6
| | | | | | | * (global) Extern and static'ification, with related fixups of declarations, ensuring files include their own headers, etc. if_ioctl.c: (interface_info_ioctl) fix obvious arg mis-order in list loop
* Initial revisionpaul2002-12-131-0/+35