chiark / gitweb /
tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macro
authorLennart Poettering <lennart@poettering.net>
Tue, 22 May 2018 11:10:17 +0000 (13:10 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commitd2b999bacad0cd2f1dd3bb40532f788b27a11bef
tree317eb817968ca6afa4ca44fca86c8e521c44ee36
parent6945d41cc2ac78391d636f5278fd6039c884d21b
tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macro

This makes most header files easier to look at. Also Emacs gets really
slow when browsing through large sections of overly long prototypes,
which is much improved by this macro.

We should probably not do something similar with too many other cases,
as macros like this might help readability for some, but make it worse
for others. But I think given the complexity of this specific prototype
and how often we use it, it's worth doing.
src/login/logind-action.h
src/login/logind-user.h
src/login/logind.h