evas_cserve2: use void to force empty function parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:23:47 +0000 (17:23 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:23:47 +0000 (17:23 +0100)
commitcfd478dfc5250df01a303d6d2d0c9b64d062fb97
tree56dc00063ffe9487d4edd005a96a5a8c58ab864e
parente683a53f926dbfefb11a35f277eae8ca0176f2fd
evas_cserve2: 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/bin/evas/evas_cserve2.h