summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_queue.h
diff options
context:
space:
mode:
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,