From 8af430a73e527f8507b973561b8d424cee37b63f Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 20 Nov 2006 01:42:35 +0000 Subject: merged from libsylph branch. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1325 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libsylph/prefs_common.c') 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; -- cgit v1.2.3