mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-12 01:52:38 +00:00
Update default astman types for newer newt (bug #1578)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -430,7 +430,7 @@ static int get_user_input(char *msg, char *buf, int buflen)
|
|||||||
newtComponent ok;
|
newtComponent ok;
|
||||||
newtComponent cancel;
|
newtComponent cancel;
|
||||||
newtComponent inpfield;
|
newtComponent inpfield;
|
||||||
char *input;
|
const char *input;
|
||||||
int res = -1;
|
int res = -1;
|
||||||
struct newtExitStruct es;
|
struct newtExitStruct es;
|
||||||
|
|
||||||
@@ -553,8 +553,8 @@ static int login(char *hostname)
|
|||||||
newtComponent label;
|
newtComponent label;
|
||||||
newtComponent ulabel;
|
newtComponent ulabel;
|
||||||
newtComponent plabel;
|
newtComponent plabel;
|
||||||
char *user;
|
const char *user;
|
||||||
char *pass;
|
const char *pass;
|
||||||
struct message *m;
|
struct message *m;
|
||||||
struct newtExitStruct es;
|
struct newtExitStruct es;
|
||||||
char tmp[55];
|
char tmp[55];
|
||||||
|
|||||||
@@ -430,7 +430,7 @@ static int get_user_input(char *msg, char *buf, int buflen)
|
|||||||
newtComponent ok;
|
newtComponent ok;
|
||||||
newtComponent cancel;
|
newtComponent cancel;
|
||||||
newtComponent inpfield;
|
newtComponent inpfield;
|
||||||
char *input;
|
const char *input;
|
||||||
int res = -1;
|
int res = -1;
|
||||||
struct newtExitStruct es;
|
struct newtExitStruct es;
|
||||||
|
|
||||||
@@ -553,8 +553,8 @@ static int login(char *hostname)
|
|||||||
newtComponent label;
|
newtComponent label;
|
||||||
newtComponent ulabel;
|
newtComponent ulabel;
|
||||||
newtComponent plabel;
|
newtComponent plabel;
|
||||||
char *user;
|
const char *user;
|
||||||
char *pass;
|
const char *pass;
|
||||||
struct message *m;
|
struct message *m;
|
||||||
struct newtExitStruct es;
|
struct newtExitStruct es;
|
||||||
char tmp[55];
|
char tmp[55];
|
||||||
|
|||||||
Reference in New Issue
Block a user