2007-04-19 Murray Cumming <murrayc@murrayc.com>
[modest] / src / maemo / modest-connection-specific-smtp-window.h
index 8ad34ca..b584703 100644 (file)
@@ -30,6 +30,7 @@
 #ifndef __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW
 #define __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW
 
+#include <modest-account-mgr.h>
 #include <gtk/gtkwindow.h>
 #include <gtk/gtktreeview.h>
 
@@ -70,6 +71,10 @@ GType modest_connection_specific_smtp_window_get_type (void);
 
 ModestConnectionSpecificSmtpWindow* modest_connection_specific_smtp_window_new (void);
 
+void
+modest_connection_specific_smtp_window_fill_with_connections (ModestConnectionSpecificSmtpWindow *self, 
+       ModestAccountMgr *account_manager, const gchar* account_name);
+
 G_END_DECLS
 
 #endif /* __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW */