summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_cnv.c
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-03-05 17:23:00 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-03-08 13:44:23 -0500
commita82ee2e095da8f051ee3cf96c2c8169f106164f8 (patch)
treeda5fd3c62b794431b0c70db1237fcf163ba3da0b /common/collection/collection_cnv.c
parent006df9196764b2bfd1d09970215689245e087a70 (diff)
downloadsssd-a82ee2e095da8f051ee3cf96c2c8169f106164f8.tar.gz
sssd-a82ee2e095da8f051ee3cf96c2c8169f106164f8.tar.xz
sssd-a82ee2e095da8f051ee3cf96c2c8169f106164f8.zip
Documentation for collection interface
Passed through the interface and changed the comments to comply with the collection interface.
Diffstat (limited to 'common/collection/collection_cnv.c')
-rw-r--r--common/collection/collection_cnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_cnv.c b/common/collection/collection_cnv.c
index e60935aeb..f887ff2eb 100644
--- a/common/collection/collection_cnv.c
+++ b/common/collection/collection_cnv.c
@@ -290,7 +290,7 @@ int col_insert_str_property_with_ref(struct collection_item *ci,
int idx,
unsigned flags,
const char *property,
- char *string,
+ const char *string,
int length,
struct collection_item **ret_ref)
{