summaryrefslogtreecommitdiffstats
path: root/zebra/ipforward_aix.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing declarations to eliminate compiler warnings in zebra.Chris Hall2010-04-171-0/+1
| | | | | | | | | | | 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.
* Initial revisionpaul2002-12-131-0/+64