dothebart Sun, 22 Jan 2006 08:52:03 -0800
void url(buf)
char buf[];
{ int pos;
shouldn't this be printed as
void url(char* buf)
{
?
as this is verry oldschool c, and doxygen doesn't understand it ;)