From 3108997b1584152af34d60dc4f8ea7da29a2ac40 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sun, 25 Apr 1999 19:52:01 +0000 Subject: [PATCH] status must now be an unsigned int32 for process xover. --- mailnews/news/public/nsINNTPNewsgroupList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/news/public/nsINNTPNewsgroupList.h b/mailnews/news/public/nsINNTPNewsgroupList.h index a40109c08f09..9fcc49673e11 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;