eolian: use void to force empty function parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:25:06 +0000 (17:25 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:25:06 +0000 (17:25 +0100)
commit1d34318938b7880f2b07b3f319995f78aa4e8c90
tree43e22a979433fe3d39542a73906b59951c53ba43
parentf356af17c934c857811c5fcbb313628d43bbe091
eolian: use void to force empty function parameters

We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.
src/lib/eolian/eolian_database.h