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:42:47 -0500
commitdd785dbfa82249c315e102f6a355f1580d3c7436 (patch)
treeda5fd3c62b794431b0c70db1237fcf163ba3da0b /common/collection/collection_cnv.c
parent182a87ca35b3e6c87d7ad6a5e57c0f72efecd743 (diff)
downloadsssd-dd785dbfa82249c315e102f6a355f1580d3c7436.tar.gz
sssd-dd785dbfa82249c315e102f6a355f1580d3c7436.tar.xz
sssd-dd785dbfa82249c315e102f6a355f1580d3c7436.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)
{