plugins/crazychat/lids.h

Sun, 04 Dec 2005 18:19:56 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 04 Dec 2005 18:19:56 +0000
changeset 12323
f52908fb23b0
parent 11218
886e6862af56
permissions
-rw-r--r--

[gaim-migrate @ 14627]
Function prototypes need to be of the form foo(void); instead of foo(); for function that don't take any arguments. This allows the compiler to detect mistakes were someone passes arguments to such a function.

void initLids(void);

void drawLid(int num);

mercurial