X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fhash_table.h;h=d4e8a3d78d38450bb85d7be6541c481c8f1ab706;hp=388a9669171fe77a7ca3637ad2d1029e0c954f31;hb=90299e3df5c5d5eb4ae2189b11e44ec83995ca62;hpb=ddd373d69aac313269e6465a83c633d9a1815643 diff --git a/libopkg/hash_table.h b/libopkg/hash_table.h index 388a966..d4e8a3d 100644 --- a/libopkg/hash_table.h +++ b/libopkg/hash_table.h @@ -22,7 +22,7 @@ typedef struct hash_entry hash_entry_t; typedef struct hash_table hash_table_t; struct hash_entry { - const char * key; + char * key; void * data; struct hash_entry * next; };