Commit 35983cd60ff2972add1db2c7236b3c7b244c7968

Nick Mathewson 2007-08-16T21:12:53

r14618@catbus: nickm | 2007-08-16 17:11:47 -0400 In ANSI C, int func() is a function with unspecified arguments, whereas int func(void) is a function that takes no arguments. Using int func() to mean a function with no arguments is a C++ism, so let's not use or generate it. svn:r395