status must now be an unsigned int32 for process xover.

This commit is contained in:
mscott%netscape.com 1999-04-25 19:52:01 +00:00
parent 419605d033
commit 3108997b15

View File

@ -34,7 +34,7 @@ class nsINNTPNewsgroupList : public nsISupports {
NS_IMETHOD InitXOVER(PRInt32 first_message, PRInt32 last_message) = 0;
/* void ProcessXOVER (in string line, out long status); */
NS_IMETHOD ProcessXOVER(const char *line, PRInt32 *status) = 0;
NS_IMETHOD ProcessXOVER(const char *line, PRUint32 *status) = 0;
/* void ProcessNonXOVER (in string line); */
NS_IMETHOD ProcessNonXOVER(const char *line) = 0;