added Buffer "class" based on openssh/buffer.c, which is a really beautiful idea. I'll use this for file i/o and data handling

This commit is contained in:
git@daemon.de
2014-02-07 16:58:02 +01:00
parent cb873e3681
commit 5161e15c69
8 changed files with 327 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ PCPEXPORT = pcp.h \
pcp/z85.h \
pcp/zmq_z85.h \
pcp/ed.h \
pcp/base85.h
pcp/base85.h \
pcp/buffer.h
nobase_include_HEADERS = $(PCPEXPORT)