config-request.h (dovecot-2.3.16) | : | config-request.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 45 | skipping to change at line 45 | |||
}; | }; | |||
typedef void config_request_callback_t(const char *key, const char *value, | typedef void config_request_callback_t(const char *key, const char *value, | |||
enum config_key_type type, void *context); | enum config_key_type type, void *context); | |||
bool config_export_type(string_t *str, const void *value, | bool config_export_type(string_t *str, const void *value, | |||
const void *default_value, | const void *default_value, | |||
enum setting_type type, bool dump_default, | enum setting_type type, bool dump_default, | |||
bool *dump_r) ATTR_NULL(3); | bool *dump_r) ATTR_NULL(3); | |||
struct config_export_context * | struct config_export_context * | |||
config_export_init(const char *const *modules, enum config_dump_scope scope, | config_export_init(const char *const *modules, | |||
const char *const *exclude_settings, | ||||
enum config_dump_scope scope, | ||||
enum config_dump_flags flags, | enum config_dump_flags flags, | |||
config_request_callback_t *callback, void *context) | config_request_callback_t *callback, void *context) | |||
ATTR_NULL(1, 5); | ATTR_NULL(1, 5); | |||
void config_export_by_filter(struct config_export_context *ctx, | void config_export_by_filter(struct config_export_context *ctx, | |||
const struct config_filter *filter); | const struct config_filter *filter); | |||
void config_export_parsers(struct config_export_context *ctx, | void config_export_parsers(struct config_export_context *ctx, | |||
const struct config_module_parser *parsers); | const struct config_module_parser *parsers); | |||
void config_export_get_output(struct config_export_context *ctx, | void config_export_get_output(struct config_export_context *ctx, | |||
struct master_service_settings_output *output_r); | struct master_service_settings_output *output_r); | |||
const char * | const char * | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |