mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
constification and code simplifications
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20165 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user