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

@ -8,6 +8,7 @@
*/
#include "capnp_c.h"
#include "capnp_priv.h"
#include <string.h>
#ifndef min