summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_queue.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
commit550f27dbdbd00024e483b989ebc033b2cbe0d239 (patch)
tree3cc1875f04808a021eb85ceb3ae6201e4c0b32f6 /common/collection/collection_queue.h
parent19727007c9948ee92a9505efae6692ea38c96a3e (diff)
downloadsssd-550f27dbdbd00024e483b989ebc033b2cbe0d239.tar.gz
sssd-550f27dbdbd00024e483b989ebc033b2cbe0d239.tar.xz
sssd-550f27dbdbd00024e483b989ebc033b2cbe0d239.zip
Clean up warnings in common/
Fix consts and function declarations
Diffstat (limited to 'common/collection/collection_queue.h')
-rw-r--r--common/collection/collection_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_queue.h b/common/collection/collection_queue.h
index 24bdd65eb..ff150ef66 100644
--- a/common/collection/collection_queue.h
+++ b/common/collection/collection_queue.h
@@ -38,7 +38,7 @@ void col_destroy_queue(struct collection_item *queue);
/* Put a string property to queue. */
int col_enqueue_str_property(struct collection_item *queue,
const char *property,
- char *string,
+ const char *string,
int length);
/* Put a binary property to queue. */
int col_enqueue_binary_property(struct collection_item *queue,