Does it worth moving the functions to .h file? It is a consistent size of code there,
maybe just removing the 'inline' is better, probably the compiler is ignoring it
anyhow and having it inside the .h means bigger object files for each .c including the
.h.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/927#issuecomment-272412327