diff --git a/mailnews/news/public/nsINNTPNewsgroupList.h b/mailnews/news/public/nsINNTPNewsgroupList.h index a40109c08f0..9fcc49673e1 100644 --- a/mailnews/news/public/nsINNTPNewsgroupList.h +++ b/mailnews/news/public/nsINNTPNewsgroupList.h @@ -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;