aboutsummaryrefslogtreecommitdiffstats
path: root/astman
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-19 01:20:23 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-19 01:20:23 +0000
commitf2ce8f47db1545ec52e1228b02f6e9240208ebe4 (patch)
treeec1706266dc862ec5bdb5f6a2012de235c1b0644 /astman
parent65b7674a758892ccef2aadb1af838f58e520d124 (diff)
Code cleanups (bug #66)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1531 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'astman')
-rwxr-xr-xastman/astman.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/astman/astman.c b/astman/astman.c
index 2eb35f68e..a9dba8d61 100755
--- a/astman/astman.c
+++ b/astman/astman.c
@@ -427,7 +427,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;
@@ -550,8 +550,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];