Skip to content
Snippets Groups Projects
Commit 9740f51d authored by Mark Spencer's avatar Mark Spencer
Browse files

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
parent 812b527d
No related branches found
No related tags found
No related merge requests found
......@@ -430,7 +430,7 @@ static int get_user_input(char *msg, char *buf, int buflen)
newtComponent ok;
newtComponent cancel;
newtComponent inpfield;
char *input;
const char *input;
int res = -1;
struct newtExitStruct es;
......@@ -553,8 +553,8 @@ static int login(char *hostname)
newtComponent label;
newtComponent ulabel;
newtComponent plabel;
char *user;
char *pass;
const char *user;
const char *pass;
struct message *m;
struct newtExitStruct es;
char tmp[55];
......
......@@ -430,7 +430,7 @@ static int get_user_input(char *msg, char *buf, int buflen)
newtComponent ok;
newtComponent cancel;
newtComponent inpfield;
char *input;
const char *input;
int res = -1;
struct newtExitStruct es;
......@@ -553,8 +553,8 @@ static int login(char *hostname)
newtComponent label;
newtComponent ulabel;
newtComponent plabel;
char *user;
char *pass;
const char *user;
const char *pass;
struct message *m;
struct newtExitStruct es;
char tmp[55];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment