mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
oops. check in regenerated headers
(I will add the IDL to the mac build soon)
This commit is contained in:
parent
ce8bc1db8b
commit
f4d5551fe5
@ -49,11 +49,11 @@ class nsIMsgParseMailMsgState : public nsISupports {
|
||||
/* long GetAllHeaders (out string headers); */
|
||||
NS_IMETHOD GetAllHeaders(char **headers, PRInt32 *_retval) = 0;
|
||||
|
||||
enum { ParseEnvelope = 0 };
|
||||
enum { ParseEnvelopeState = 0 };
|
||||
|
||||
enum { ParseHeaders = 1 };
|
||||
enum { ParseHeadersState = 1 };
|
||||
|
||||
enum { ParseBody = 2 };
|
||||
enum { ParseBodyState = 2 };
|
||||
};
|
||||
|
||||
#endif /* __gen_nsIMsgParseMailMsgState_h__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user