Code

utils data: Added module providing a data-type to store arbitrary backend data
authorSebastian Harl <sh@tokkee.org>
Tue, 11 Dec 2012 18:40:04 +0000 (19:40 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 11 Dec 2012 18:40:04 +0000 (19:40 +0100)
commitdd591340d23e285f4ac5d44e08ec30871004e8fd
tree862f7f7088b1461e61526879fa584563e4962f8e
parent54a7393f61f7a0efacb026f2db28d4f24f35ce9e
utils data: Added module providing a data-type to store arbitrary backend data

This has been ripped out of the DBI module to make the functionality available
to other modules as well through a uniform interface.
src/Makefile.am
src/backend/puppet-storeconfigs.c
src/include/utils/data.h [new file with mode: 0644]
src/include/utils/dbi.h
src/utils/dbi.c