[Asterisk-cvs] asterisk/astman astman.c,1.1.1.3,1.2

markster at lists.digium.com markster at lists.digium.com
Thu Sep 18 20:19:13 CDT 2003


Update of /usr/cvsroot/asterisk/astman
In directory mongoose.digium.com:/tmp/cvs-serv26315/astman

Modified Files:
	astman.c 
Log Message:
Code cleanups (bug #66)


Index: astman.c
===================================================================
RCS file: /usr/cvsroot/asterisk/astman/astman.c,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -d -r1.1.1.3 -r1.2
--- astman.c	16 Mar 2003 06:00:10 -0000	1.1.1.3
+++ astman.c	19 Sep 2003 01:20:22 -0000	1.2
@@ -427,7 +427,7 @@
 	newtComponent ok;
 	newtComponent cancel;
 	newtComponent inpfield;
-	char *input;
+	const char *input;
 	int res = -1;
 	struct newtExitStruct es;
 
@@ -550,8 +550,8 @@
 	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];




More information about the svn-commits mailing list