Pavel Roskin 6664aac00f Use "void" for empty argument list in declarations
In C, an empty argument list in a declaration means that the function
can accept any arguments. Use "void" instead, it means "no arguments".

C++ treats void and empty list as "no arguments".
2017-01-05 17:27:20 -08:00
..
2013-06-08 10:51:53 -07:00
2013-06-08 10:51:53 -07:00
2013-06-08 10:51:53 -07:00
2017-01-04 13:00:01 +00:00
2013-06-08 10:51:53 -07:00
2013-06-08 10:51:53 -07:00
2016-12-17 08:07:07 +01:00
2016-12-16 20:55:52 +01:00