commit | f63f06da2e7be6b17c72dd6110aae179f42f3700 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Fri Apr 08 12:44:43 2011 +0100 |
committer | Paul Jakma <paul@quagga.net> | Fri Jan 06 16:18:18 2012 +0000 |
tree | a36b625a9ea06d0720a240276ed1b8af33193ed7 | |
parent | 651e70d7f419ee7af75113f80e688c0100e9cff5 [diff] [blame] |
general: remove inline qualifiers and move in-header functions to objects * (general) Move functions in headers into files, to be compiled into shared object files. Remove inline qualifier from functions. Let the compiler do the work.
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index a75fb93..5dc014b 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c
@@ -695,7 +695,7 @@ } } -static inline void +static void peer_free (struct peer *peer) { assert (peer->status == Deleted);