From c308243c7d4dc4a20daff727d58d26720e0fb63b Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 5 Feb 2010 04:47:50 +0000 Subject: implemented new account setup wizard. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2454 ee746299-78ed-0310-b773-934348b2243d --- src/setup.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/setup.h') diff --git a/src/setup.h b/src/setup.h index 5b889d33..fd9af67c 100644 --- a/src/setup.h +++ b/src/setup.h @@ -22,8 +22,9 @@ #include -#include "mainwindow.h" +#include "prefs_account.h" -void setup(MainWindow *mainwin); +void setup_mailbox(void); +PrefsAccount *setup_account(void); #endif /* __SETUP_H__ */ -- cgit v1.2.3