Commit 2454ce784f3f4f4c26188526ce340f0a9d87fef6

Carlos Martín Nieto 2011-04-04T11:25:55

config: don't mix buffer reading methods Make header and variable parse functions use their own buffers instead of giving them the line they need to read as a parameter which they mostly ignore. This is in preparation for multiline configuration variables. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>