janitorial: fixing prototypes

Eric Pouech pouech-eric at wanadoo.fr
Sat Dec 11 04:35:23 CST 2004


fixes some error in function prototypes
there were a few cases of missing information, but most important on is that, in 
C, "void foo();", means that we don't know what foo's signature is, but doesn't 
mean, as in C++, that foo doesn't take any parameter. The correct C code is 
"void foo(void);"
A+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: proto.diff
Type: text/x-patch
Size: 30256 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041211/431a0340/proto.bin


More information about the wine-patches mailing list