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 ;) 

Reply via email to