From 079e5c8bc9fd60552b57c7da0a82df99d77dc175 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Wed, 9 Feb 2011 23:26:38 +0000 Subject: [PATCH] Use declarations form MailAddon.h. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40416 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h b/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h index f6763cc215..60bb65d653 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h +++ b/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h @@ -21,6 +21,7 @@ #include #include +#include "MailAddon.h" #include "MailProtocol.h" #include "MailSettings.h" #include @@ -88,11 +89,7 @@ private: }; -extern "C" InboundProtocol* instantiate_inbound_protocol( - BMailAccountSettings* settings); - extern "C" status_t pop3_smtp_auth(BMessage& settings); -extern "C" BView* instantiate_config_panel(MailAddonSettings& settings); #endif /* POP3_H */