summaryrefslogtreecommitdiffstats
path: root/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
commitf50374ed1a3d40a984f2386c05306a7ecdd21e95 (patch)
tree011426d78472eb224cb0b09def40b1ba6066a88f /collection/collection_cnv.c
parentf003197d370bd177027bd7042206892c7ada5771 (diff)
downloadding-libs-f50374ed1a3d40a984f2386c05306a7ecdd21e95.tar.gz
ding-libs-f50374ed1a3d40a984f2386c05306a7ecdd21e95.tar.xz
ding-libs-f50374ed1a3d40a984f2386c05306a7ecdd21e95.zip
Documentation for collection interface
Passed through the interface and changed the comments to comply with the collection interface.
Diffstat (limited to 'collection/collection_cnv.c')
-rw-r--r--collection/collection_cnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/collection_cnv.c b/collection/collection_cnv.c
index e60935a..f887ff2 100644
--- a/collection/collection_cnv.c
+++ b/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)
{