From fae6856ca5fb58b9b3a8d05afe6101deeaaf0009 Mon Sep 17 00:00:00 2001 From: rizzo Date: Fri, 14 Apr 2006 22:02:19 +0000 Subject: constification and code simplifications git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20165 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/adsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/adsi.h') diff --git a/include/asterisk/adsi.h b/include/asterisk/adsi.h index 97a785692..3b7a2d1ca 100644 --- a/include/asterisk/adsi.h +++ b/include/asterisk/adsi.h @@ -309,7 +309,7 @@ int adsi_set_line(unsigned char *buf, int page, int line); * Returns number of bytes added to buffer or -1 on error. * */ -int adsi_load_soft_key(unsigned char *buf, int key, char *llabel, char *slabel, char *ret, int data); +int adsi_load_soft_key(unsigned char *buf, int key, const char *llabel, const char *slabel, const char *ret, int data); /*! Set which soft keys should be displayed */ /*! -- cgit v1.2.3