From b676e13c3bdfa61a2fc7d006b5c0e7a95978840d Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 5 May 2011 19:41:52 +0000 Subject: [PATCH] Readded function declarations that were removed in r40397. These are needed for building Pe. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41327 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/mail/E-mail.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/headers/os/mail/E-mail.h b/headers/os/mail/E-mail.h index 6c87d6efaf..bd9a6ce8a8 100644 --- a/headers/os/mail/E-mail.h +++ b/headers/os/mail/E-mail.h @@ -107,6 +107,14 @@ typedef struct { } mail_notification; +// #pragma mark - global functions + +int32 count_pop_accounts(void); +status_t get_pop_account(mail_pop_account*, int32 index = 0); +status_t set_pop_account(mail_pop_account*, int32 index = 0, + bool save = tru); + + // #pragma mark - BMailMessage class BMailMessage {