chiark / gitweb /
shared/conf-parser: define a macro for the repeating argument set
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Feb 2018 08:29:57 +0000 (09:29 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:58:58 +0000 (07:58 +0200)
commitc3d60196c5b20e6209fcc649a63c6d7c1692d798
treedcdbf0f35cd556bdbfd2e611d2579d2430460fd7
parentd0b6cf4a8d61960fe97062bbc6b6f7874a2754e0
shared/conf-parser: define a macro for the repeating argument set

The arguments have to be indentical everywhere, so let's use a macro to
make things more readable. But only in the headers, in the .c files let's
keep them verbose so that it's easy to see the argument list.
src/shared/conf-parser.h