--- parsing.c 2009/12/10 11:54:10 5 +++ parsing.c 2010/04/18 11:05:58 6 @@ -42,7 +42,7 @@ return(0); } -int pop3_error(char* string){ +DLLIMPORT int pop3_error(char* string){ /* returns 1 if string is a pop server error reply (i.e : -ERR ...) or NULL, 0 else */ return(string?(!strncmp(string,"-ERR",(size_t)4)):1); }