msgb: Add non-inlined helper functions to ease with language bindings
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 18 Oct 2010 16:22:31 +0000 (18:22 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 18 Oct 2010 16:22:31 +0000 (18:22 +0200)
commitacffb60c1af6a30a99c969483ab46920d2fd966f
treedd5d085b421a98baf45e6ba833c276c40dccf419
parentc64970ede515eb615d969bb5107b145f3f4d3a1f
msgb: Add non-inlined helper functions to ease with language bindings

It is easier from languages that dlopen libosmocore to have a function
to access this data than to poke at the bytes of the struct directly. Add
copyright for this method and the reset method I did earlier this year.
include/osmocore/msgb.h
src/msgb.c