]> granicus.if.org Git - p11-kit/commit
Add generic buffer code
authorStef Walter <stefw@gnome.org>
Thu, 24 Jan 2013 07:56:46 +0000 (08:56 +0100)
committerStef Walter <stefw@gnome.org>
Mon, 4 Feb 2013 09:52:52 +0000 (10:52 +0100)
commit322b4739cb51aa45568d9479224f2b07ac82a35f
treeca1ac6635056fe68ab06cf9e8f7e328a2686fc60
parentb28c936bd281c4b7ff9ed0f621b840f6d5a4b328
Add generic buffer code

Represents a block of memory that can be added to, parsed and so on
common/Makefile.am
common/buffer.c [new file with mode: 0644]
common/buffer.h [new file with mode: 0644]
common/tests/Makefile.am
common/tests/test-buffer.c [new file with mode: 0644]
p11-kit/uri.c