warning fixes

This commit is contained in:
Hisham Muhammad
2010-02-25 01:43:18 +00:00
parent 5cc8998688
commit 02a30bfecd
35 changed files with 179 additions and 171 deletions

View File

@ -30,7 +30,7 @@ extern char* LISTITEM_CLASS;
#define LISTITEM_CLASS NULL
#endif
ListItem* ListItem_new(char* value, int key);
ListItem* ListItem_new(const char* value, int key);
void ListItem_append(ListItem* this, char* text);