From aa0b17ae06f7e774a9990d550ce1fa623d7606db Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 6 Jun 2008 18:14:53 -0400 Subject: - escape DNs when we use them to build filters --- src/format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index ecc762f..7bc4775 100644 --- a/src/format.h +++ b/src/format.h @@ -43,4 +43,5 @@ char *format_get_data(struct plugin_state *state, char ***ref_attrs, struct format_inref_attr ***inref_attrs); +char *format_escape_for_filter(const char *unescaped); #endif -- cgit