summaryrefslogtreecommitdiffstats
path: root/collection/collection_tools.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-07-03 12:19:12 -0400
committerSimo Sorce <ssorce@redhat.com>2009-07-03 12:36:25 -0400
commit83c93245fe1ad9db71e0146b6984d5b7628a455a (patch)
tree7d02e9f4c3ded009b6fe95b1827a4edee7c94d42 /collection/collection_tools.h
parent93ddfbe39c99c9d4a1b4c0b75c1e657c64c883b8 (diff)
downloadding-libs2-83c93245fe1ad9db71e0146b6984d5b7628a455a.tar.gz
ding-libs2-83c93245fe1ad9db71e0146b6984d5b7628a455a.tar.xz
ding-libs2-83c93245fe1ad9db71e0146b6984d5b7628a455a.zip
Clean up warnings in common/
Fix consts and function declarations
Diffstat (limited to 'collection/collection_tools.h')
-rw-r--r--collection/collection_tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/collection_tools.h b/collection/collection_tools.h
index 7445329..5bcf085 100644
--- a/collection/collection_tools.h
+++ b/collection/collection_tools.h
@@ -96,7 +96,7 @@ int col_print_collection2(struct collection_item *handle);
/* Find and print one item using default serialization */
-int col_print_item(struct collection_item *handle, char *name);
+int col_print_item(struct collection_item *handle, const char *name);
/* Convert collection to list of properties */
char **col_collection_to_list(struct collection_item *handle, int *size, int *error);