|
From: Bill S. <we...@ri...> - 2001-03-08 04:10:07
|
On Wed, 7 Mar 2001, Michael Hudson wrote: > Bill Soudan <we...@ri...> writes: > > > 2001-03-06 Bill Soudan <so...@kd...> > [...] > > * icqlib/icqlib.c, icqlib/icq.h.in: [...] removed > > ICQLINK parameter from icq_Main. > > Pop trivia: > > What's the difference between > > void icq_Main(); > > and > > void icq_Main(void); > > ? (Hint: there isn't one in C++). > > Fixed. You know, after years of programming, I never knew that until just a few weeks ago. Probably cause I try to spend more time in C++ than C... Noticed you fixed up the Python bindings already too, was going to do that tonight, thanks! Bill |