refactor ubusd.c into reusable ubusd_library
authorPetr Štetiar <ynezz@true.cz>
Thu, 12 Dec 2019 09:05:48 +0000 (10:05 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 16 Dec 2019 22:39:16 +0000 (23:39 +0100)
commitc413be9b376c685e4a5b04b1d0d9d716dfbeb460
tree634c293e2bb885841f5e6a2c2c620882ac526d89
parentafd47189e8644aacc411628f35d098db6d971a46
refactor ubusd.c into reusable ubusd_library

In order to allow reusability in unit testing & fuzzing.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
CMakeLists.txt
libubus-internal.h
libubus-io.c
ubusd.c
ubusd.h
ubusd_main.c [new file with mode: 0644]