dovecot-2.0-sslstream: Added mail_storage_service_user_get_setti...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:33 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/28cdf09c062b
changeset: 10363:28cdf09c062b
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 18 15:19:54 2009 -0500
description:
Added mail_storage_service_user_get_settings_parser().

diffstat:

2 files changed, 8 insertions(+)
src/lib-storage/mail-storage-service.c |    6 ++++++
src/lib-storage/mail-storage-service.h |    2 ++

diffs (28 lines):

diff -r a339eeca23fb -r 28cdf09c062b src/lib-storage/mail-storage-service.c
--- a/src/lib-storage/mail-storage-service.c	Wed Nov 18 15:19:39 2009 -0500
+++ b/src/lib-storage/mail-storage-service.c	Wed Nov 18 15:19:54 2009 -0500
@@ -886,6 +886,12 @@ mail_storage_service_user_get_input(stru
 	return &user->input;
 }
 
+struct setting_parser_context *
+mail_storage_service_user_get_settings_parser(struct mail_storage_service_user *user)
+{
+	return user->set_parser;
+}
+
 void *mail_storage_service_get_settings(struct master_service *service)
 {
 	void **sets, *set;
diff -r a339eeca23fb -r 28cdf09c062b src/lib-storage/mail-storage-service.h
--- a/src/lib-storage/mail-storage-service.h	Wed Nov 18 15:19:39 2009 -0500
+++ b/src/lib-storage/mail-storage-service.h	Wed Nov 18 15:19:54 2009 -0500
@@ -81,6 +81,8 @@ void **mail_storage_service_user_get_set
 void **mail_storage_service_user_get_set(struct mail_storage_service_user *user);
 const struct mail_storage_service_input *
 mail_storage_service_user_get_input(struct mail_storage_service_user *user);
+struct setting_parser_context *
+mail_storage_service_user_get_settings_parser(struct mail_storage_service_user *user);
 
 /* Return the settings pointed to by set_root parameter in _init() */
 void *mail_storage_service_get_settings(struct master_service *service);


More information about the dovecot-cvs mailing list