core: move the simple API definitions into a separate file
authorBartosz Golaszewski <bartekgola@gmail.com>
Sat, 24 Jun 2017 10:48:54 +0000 (12:48 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 6 Jul 2017 09:11:36 +0000 (11:11 +0200)
commitf323eff5b1b4dc8c13e8b9eee80bde780669c4be
treea6f4abbe7b7be075ae7a50bcd981faf98f20078c
parent4d0a04330025e827f8d0284bc0571b3bebc03cd6
core: move the simple API definitions into a separate file

This is the first step in splitting up the core library code.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
src/lib/Makefile.am
src/lib/core.c
src/lib/simple.c [new file with mode: 0644]