summaryrefslogtreecommitdiffstats
path: root/src/format.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 17:45:29 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 17:45:29 -0400
commitd9b4ec41885590e7a2d66c6d33229eb7a4eb2091 (patch)
treed31447ecc93608c1159cd73dba7cd97e42484a41 /src/format.h
parent1dc540711014593ee1b3b2d55bc3f16f7173369b (diff)
downloadslapi-nis-d9b4ec41885590e7a2d66c6d33229eb7a4eb2091.tar.gz
slapi-nis-d9b4ec41885590e7a2d66c6d33229eb7a4eb2091.tar.xz
slapi-nis-d9b4ec41885590e7a2d66c6d33229eb7a4eb2091.zip
- use group/set nomenclature more widely
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 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);