summaryrefslogtreecommitdiffstats
path: root/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h
index 1a30965..e84a10c 100644
--- a/src/format.h
+++ b/src/format.h
@@ -33,7 +33,7 @@ struct format_ref_attr_list {
char *group, *set;
struct format_ref_attr_list_link {
char *attribute;
- char *filter;
+ Slapi_Filter *filter;
struct slapi_dn **base_sdn_list;
} *links;
int n_links;