summaryrefslogtreecommitdiffstats
path: root/zebra/if_method.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixing declarations to eliminate compiler warnings in zebra.Chris Hall2010-04-171-0/+39
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.