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
Родитель 6b322c2cb8
Коммит 762099d28c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;