aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-05 04:47:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-05 04:47:50 +0000
commitc308243c7d4dc4a20daff727d58d26720e0fb63b (patch)
tree1b33c370f7bc2654c98e8754d4b0cda73b95f7ee /src/setup.h
parentf82890983637db3b6d9fab8da2c2fedaf8b4c800 (diff)
implemented new account setup wizard.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2454 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h5
1 files changed, 3 insertions, 2 deletions
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 <glib.h>
-#include "mainwindow.h"
+#include "prefs_account.h"
-void setup(MainWindow *mainwin);
+void setup_mailbox(void);
+PrefsAccount *setup_account(void);
#endif /* __SETUP_H__ */