]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: make local functions static
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 3 Dec 2009 16:07:00 +0000 (19:07 +0300)
committerDenis Ovsienko <infrastation@yandex.ru>
Thu, 3 Dec 2009 16:07:00 +0000 (19:07 +0300)
commit917e29954e652518326dbbdb90325a978ef69535
treee3fe0929ed348060db1023ba500a9b33b58de275
parenta50c107e3fbdaaea78a12a868a3865fd25136ad2
ospfd: make local functions static

This code is only used one place and can be made local.
Gcc is smart enough to inline local functions if it wants to.

The function also  has a big chunk of compatiablity code that
is no longer used; since quagga is now in a version control system
the source does not need to be used as a historical reference.
ospfd/ospfd.c
ospfd/ospfd.h