aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/astman.c')
-rwxr-xr-xutils/astman.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 2eb35f68e..a9dba8d61 100755
--- a/utils/astman.c
+++ b/utils/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];