From d9b4ec41885590e7a2d66c6d33229eb7a4eb2091 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 30 Jun 2008 17:45:29 -0400 Subject: - use group/set nomenclature more widely --- src/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index 54c795f..3fcf8f9 100644 --- a/src/format.h +++ b/src/format.h @@ -25,7 +25,7 @@ struct slapi_entry; struct plugin_state; struct format_inref_attr { - char *domain, *map, *attribute; + char *group, *set, *attribute; }; void format_free_attr_list(char **attr_list); -- cgit