Skip to content
Snippets Groups Projects
Commit 4d22b569 authored by Howard Chu's avatar Howard Chu
Browse files

SLAP_NVALUES - add attr_merge comment

parent 0e1378e5
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,10 @@ Attribute *attrs_dup( Attribute *a )
/*
* attr_merge - merge the given type and value with the list of
* attributes in attrs.
*
* For SLAP_NVALUES: nvals must be NULL if the attribute has no
* normalizer. In this case, a->a_nvals will be set equal to a->a_vals.
*
* returns 0 everything went ok
* -1 trouble
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment