aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-31 11:40:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-31 11:40:06 +0000
commit61988f3a30a6a8e76530c36482b1227571721fd4 (patch)
treef1d8004f6c84134a16aa551833c12d0478c53dea /src/prefs_common.h
parent68814466894003778231a186f47ce885ec222593 (diff)
separated UI code from prefs_common.c and prefs_account.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@533 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r--src/prefs_common.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 56889b3c..9a42ac3f 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -26,12 +26,13 @@
#include <glib.h>
+typedef struct _PrefsCommon PrefsCommon;
+
+#include "prefs.h"
#include "mainwindow.h"
#include "summaryview.h"
-#include "codeconv.h"
-#include "textview.h"
-
-typedef struct _PrefsCommon PrefsCommon;
+//#include "codeconv.h"
+//#include "textview.h"
typedef enum {
RECV_DIALOG_ALWAYS,
@@ -249,10 +250,11 @@ struct _PrefsCommon
extern PrefsCommon prefs_common;
-void prefs_common_read_config (void);
-void prefs_common_write_config (void);
-void prefs_common_open (void);
+PrefParam *prefs_common_get_params (void);
+
+void prefs_common_read_config (void);
+void prefs_common_write_config (void);
-void prefs_quote_description (void);
+void prefs_common_junk_filter_list_set (void);
#endif /* __PREFS_COMMON_H__ */