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:
parent
33ae16bba8
commit
f2058f60c0
5 changed files with 65 additions and 34 deletions
|
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "capnp_c.h"
|
||||
#include "capnp_priv.h"
|
||||
#include <string.h>
|
||||
|
||||
#ifndef min
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue