]> git.ipfire.org Git - thirdparty/lldpd.git/commit
marshal: don't declare serialize/unserialize helper for string
authorVincent Bernat <bernat@luffy.cx>
Thu, 6 Jun 2013 20:48:42 +0000 (22:48 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 6 Jun 2013 20:48:42 +0000 (22:48 +0200)
commita8da18644b178a095ca6d555b55e9190a8199b8b
tree2a01f31664ca224a1ff3d48c137b66fb3b1aa6ce
parent02cf0357c91601d99e5f91923d07493813768ed2
marshal: don't declare serialize/unserialize helper for string

When using convenience library, this may lead to multiple definition
of this function. We are better off not defining it and using
`marshal_unserialize()` in `client.c` instead.
src/daemon/client.c
src/marshal.h