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 --- FunctionBar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FunctionBar.h') diff --git a/FunctionBar.h b/FunctionBar.h index ae84496..0285eb6 100644 --- a/FunctionBar.h +++ b/FunctionBar.h @@ -4,7 +4,7 @@ #define HEADER_FunctionBar /* htop - FunctionBar.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. */ @@ -37,11 +37,11 @@ extern char* FUNCTIONBAR_CLASS; #define FUNCTIONBAR_CLASS NULL #endif -FunctionBar* FunctionBar_new(char** functions, char** keys, int* events); +FunctionBar* FunctionBar_new(const char** functions, const char** keys, int* events); void FunctionBar_delete(Object* cast); -void FunctionBar_setLabel(FunctionBar* this, int event, char* text); +void FunctionBar_setLabel(FunctionBar* this, int event, const char* text); void FunctionBar_draw(FunctionBar* this, char* buffer); -- cgit v1.2.3