aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-08 20:41:27 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-08 20:41:27 +0000
commitf600c353abc06b80280e063e9826d0322124513f (patch)
tree92498357f23a2dd8bbab5a4c4bf6e80c5086bfa0 /utils
parent3004f196f3035cb0d4e9a572ce4f6e510af77d69 (diff)
Update default astman types for newer newt (bug #1578)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2926 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rwxr-xr-xutils/astman.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 1b5cd50bc..1fa41568b 100755
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -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];