From 550f27dbdbd00024e483b989ebc033b2cbe0d239 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Jul 2009 12:19:12 -0400 Subject: Clean up warnings in common/ Fix consts and function declarations --- common/collection/collection_stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/collection/collection_stack.h') diff --git a/common/collection/collection_stack.h b/common/collection/collection_stack.h index ef52767f..256094c2 100644 --- a/common/collection/collection_stack.h +++ b/common/collection/collection_stack.h @@ -38,7 +38,7 @@ void col_destroy_stack(struct collection_item *stack); /* Push a string property to stack. */ int col_push_str_property(struct collection_item *stack, const char *property, - char *string, + const char *string, int length); /* Push a binary property to stack. */ int col_push_binary_property(struct collection_item *stack, -- cgit