conf: make config functions take conf-options as arguments
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 11 Aug 2012 19:50:41 +0000 (21:50 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 11 Aug 2012 19:50:41 +0000 (21:50 +0200)
commit39be24697a20fb48ad1607c2ae667d427249af27
tree9fe73d2f34a5e00fc1819c9ee90f6fc5d2b6da62
parent09e2c17336ee0bf911f17f39b86d7f03175f619d
conf: make config functions take conf-options as arguments

This replaces the global conf-options array with a parameter so we can use
the config parsers with different argument-lists.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/conf.c
src/conf.h
src/main.c