lib: make capn_{de,in}flate + capn_stream private

There is no point in having these functions be part of the public API.
This commit is contained in:
David Lamparter 2016-06-27 16:06:02 +02:00
parent 33ae16bba8
commit f2058f60c0
5 changed files with 65 additions and 34 deletions

View file

@ -39,6 +39,7 @@ include_HEADERS += \
lib/capnp_c.h
noinst_HEADERS += \
lib/capnp_int.h \
compiler/str.h \
compiler/schema.capnp.h \
compiler/c++.capnp.h \