From 283707c5e5bc436b78ea23bf5500cb6b16a01148 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:27 +0200 Subject: Imported Upstream version 0.9 --- ListItem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index 9597a35..cc13d73 100644 --- a/ListItem.h +++ b/ListItem.h @@ -4,7 +4,7 @@ #define HEADER_ListItem /* htop - ListItem.h -(C) 2004-2006 Hisham H. Muhammad +(C) 2004-2010 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ @@ -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); -- cgit v1.2.3