summaryrefslogtreecommitdiffstats
path: root/collection/collection.h
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-04-08 17:27:44 -0400
committerSimo Sorce <ssorce@redhat.com>2009-04-09 15:52:48 -0400
commit7a4629f520bb3da6e349909f90489cac16745b0e (patch)
treec104cb2c1d561150fbc624ebfc166bb6edb933b8 /collection/collection.h
parentcfde3e8b06ff4939ebf2f8c03c0cbc17f1efd725 (diff)
downloadding-libs-7a4629f520bb3da6e349909f90489cac16745b0e.tar.gz
ding-libs-7a4629f520bb3da6e349909f90489cac16745b0e.tar.xz
ding-libs-7a4629f520bb3da6e349909f90489cac16745b0e.zip
INI component: Fixed issues introduced by cleanup.
Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
Diffstat (limited to 'collection/collection.h')
-rw-r--r--collection/collection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/collection/collection.h b/collection/collection.h
index 9ccf159..687f468 100644
--- a/collection/collection.h
+++ b/collection/collection.h
@@ -390,10 +390,10 @@ int get_item(struct collection_item *ci, /* Collection to find things in *
/* Group of functions that allows retrieving individual elements of the collection_item
* hiding the internal implementation.
*/
-char *get_item_property(struct collection_item *ci,int *property_len);
+const char *get_item_property(struct collection_item *ci,int *property_len);
int get_item_type(struct collection_item *ci);
int get_item_length(struct collection_item *ci);
-void *get_item_data(struct collection_item *ci);
+const void *get_item_data(struct collection_item *ci);
/* If you want to modify the item that you got as a result of iterating through collection
* or by calling get_item(). If you want to rename item provide a new name in the property