added two more arguments for openAttachment()

This commit is contained in:
jefft%netscape.com 1999-09-20 21:00:51 +00:00
Родитель 6cdf4e5e24
Коммит 01f228dc42
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -75,6 +75,6 @@ interface nsIMessenger : nsISupports {
void LoadFirstDraft();
void SetDocumentCharset(in wstring characterSet);
void saveAs(in string url, in boolean asFile);
void openAttachment(in string url);
void openAttachment(in string url, in string displayName, in string messageUri);
};