aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-20 01:42:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-20 01:42:35 +0000
commit8af430a73e527f8507b973561b8d424cee37b63f (patch)
treee493fddb78dcee07863d74757d14082e2265195b /libsylph/prefs_common.c
parent8c7983bb78ff8d91e160eb6cd8ebc56d205513c5 (diff)
merged from libsylph branch.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1325 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 350acb23..99b1e867 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -391,6 +391,11 @@ static PrefParam param[] = {
};
+PrefsCommon *prefs_common_get(void)
+{
+ return &prefs_common;
+}
+
PrefParam *prefs_common_get_params(void)
{
return param;