From 83c93245fe1ad9db71e0146b6984d5b7628a455a 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 --- dhash/dhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhash') diff --git a/dhash/dhash.h b/dhash/dhash.h index 4f97f69..2bc5e6e 100644 --- a/dhash/dhash.h +++ b/dhash/dhash.h @@ -100,7 +100,7 @@ typedef enum typedef struct hash_key_t { hash_key_enum type; union { - const char *str; + char *str; unsigned long ul; }; } hash_key_t; -- cgit