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
This commit is contained in:
Scott McCreary 2011-05-05 19:41:52 +00:00
parent 12c25669bf
commit b676e13c3b
1 changed files with 8 additions and 0 deletions

View File

@ -107,6 +107,14 @@ typedef struct {
} mail_notification; } 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 // #pragma mark - BMailMessage
class BMailMessage { class BMailMessage {