[haiku-commits] r40416 - haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/pop3

  • From: clemens.zeidler@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 10 Feb 2011 00:26:38 +0100 (CET)

Author: czeidler
Date: 2011-02-10 00:26:38 +0100 (Thu, 10 Feb 2011)
New Revision: 40416
Changeset: http://dev.haiku-os.org/changeset/40416

Modified:
   haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h
Log:
Use declarations form MailAddon.h.



Modified: haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h
===================================================================
--- haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h   
2011-02-09 23:25:11 UTC (rev 40415)
+++ haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/pop3/pop3.h   
2011-02-09 23:26:38 UTC (rev 40416)
@@ -21,6 +21,7 @@
 #include <String.h>
 #include <View.h>
 
+#include "MailAddon.h"
 #include "MailProtocol.h"
 #include "MailSettings.h"
 #include <StringList.h>
@@ -88,11 +89,7 @@
 };
 
 
-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 */


Other related posts:

  • » [haiku-commits] r40416 - haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/pop3 - clemens . zeidler