Let configuration mechanism be extensible
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Wed, 10 Dec 2008 12:02:47 +0000 (10:02 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Wed, 10 Dec 2008 12:29:46 +0000 (10:29 -0200)
commitda983bb34f38c4744cc6da34bbb2bd16c95a2543
treeff84d04b71d50e3499a8ce4b19f4911af1b3b958
parent93a91598254635cfd998ed07c3ce168d396d9461
Let configuration mechanism be extensible

The configuration system now may be implemented with different backends.
The only function provided by now is still the get_str function. For the
keyfile configuration system, the filename may also be provided now.
atom/config.c
atom/ctx.c
config/gkeyfile.c
include/atompub/config.h
include/atompub/ctx.h
src/main.c