From b6e5e6eccd20dd7f46b45a00226dc0016baf1736 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 12 May 2008 19:09:45 -0400 Subject: - add a dummy formatter which does what the current format==attribute code does, but at least breaks the logic out --- src/format.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/format.h (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h new file mode 100644 index 0000000..1269d0b --- /dev/null +++ b/src/format.h @@ -0,0 +1,5 @@ +#include +void format_free_data(char *data); +void format_free_ndn_list(char **ndn_list); +char *format_get_data(Slapi_PBlock *pb, Slapi_Entry *e, const char *fmt, + char ***visited_ndn_list); -- cgit