--- base/nntp.h.orig Fri Jan 14 11:18:15 2005 +++ base/nntp.h Fri Jan 14 11:18:26 2005 @@ -17,7 +17,7 @@ boolean nntp_logon(newspost_data *data); void nntp_logoff(); int nntp_issue_command(const char *command); -int nntp_get_response(char *response); +int nntp_get_response(char *response,int maxsize); int nntp_post(const char *subject, newspost_data *data, const char *buffer, long length, boolean no_ui_updates);