conf-parser: Pass parser state in a struct instead of function parameters.
commit9a1647500c0b2b79e381bb38ae75841a7ad4be9f
authorTanu Kaskinen <tanuk@iki.fi>
Fri, 13 Apr 2012 11:48:25 +0000 (13 14:48 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 29 Jun 2012 10:20:05 +0000 (29 13:20 +0300)
tree60dedeccdfbb66ed8c2250c3e2fbe89558058a06
parent1edb4a470b2fb67dd5cb61fb830770ff122b4876
conf-parser: Pass parser state in a struct instead of function parameters.

I don't like long function parameter lists, and I plan to
add some more state data to the parser which would make the
parameter lists even longer without this refactoring.
src/pulsecore/conf-parser.c