From 7b3cca7ed44c980b5da9e78480e59860637e98a2 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 25 Jun 2008 18:17:34 -0400 Subject: - add the concept of data sets --- src/format.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index c2424b5..54c795f 100644 --- a/src/format.h +++ b/src/format.h @@ -40,6 +40,12 @@ char *format_get_data(struct plugin_state *state, struct slapi_entry *e, const char *fmt, const char *disallowed_chars, char ***ref_attrs, struct format_inref_attr ***inref_attrs); +void format_free_data_set(char **data_set); +char **format_get_data_set(struct plugin_state *state, Slapi_Entry *e, + const char *domain, const char *map, + const char *fmt, const char *disallowed, + char ***ref_attrs, + struct format_inref_attr ***inref_attrs); char *format_escape_for_filter(const char *unescaped); #endif -- cgit