зеркало из https://github.com/mozilla/pjs.git
status must now be an unsigned int32 for process xover.
This commit is contained in:
Родитель
6b322c2cb8
Коммит
762099d28c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче