lib/util: Make some functions in util.c inline
authorHelmut Schaa <helmut.schaa@googlemail.com>
Fri, 13 Dec 2013 13:17:17 +0000 (14:17 +0100)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Dec 2013 17:09:18 +0000 (09:09 -0800)
commit42efb1dc451ebdd7a37ef27a4df7423df74d423c
treea436836d8a610980000058acaf84a0081c4e7648
parent4319a5bcf544b813240acec77d4a667f501bf53a
lib/util: Make some functions in util.c inline

str_to_uint, str_to_ulong and str_to_ullong are just wrappers
around the corresponding signed functions. Move these to util.h
and make them inline saving some library exports and letting
the compiler do some more magic.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/util.c
lib/util.h