mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
status must now be an unsigned int32 for process xover.
This commit is contained in:
parent
419605d033
commit
3108997b15
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user