[Asterisk-cvs] asterisk/editline histedit.h,1.1.1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Thu Sep 18 20:19:14 CDT 2003
- Previous message: [Asterisk-cvs] asterisk/codecs/mp3/src cupL1.c,1.1.1.1,1.2 cupini.c,1.1.1.1,1.2 cupl3.c,1.1.1.1,1.2 icdct.c,1.1.1.1,1.2 isbt.c,1.1.1.1,1.2 iup.c,1.1.1.1,1.2 iupini.c,1.1.1.1,1.2 iwinm.c,1.1.1.1,1.2 l3init.c,1.1.1.1,1.2 mdct.c,1.1.1.1,1.2
- Next message: [Asterisk-cvs] asterisk/codecs/mp3/include mhead.h,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/editline
In directory mongoose.digium.com:/tmp/cvs-serv26315/editline
Modified Files:
histedit.h
Log Message:
Code cleanups (bug #66)
Index: histedit.h
===================================================================
RCS file: /usr/cvsroot/asterisk/editline/histedit.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- histedit.h 12 Feb 2003 13:59:15 -0000 1.1.1.1
+++ histedit.h 19 Sep 2003 01:20:23 -0000 1.2
@@ -59,9 +59,9 @@
* For user-defined function interface
*/
typedef struct lineinfo {
- const char *buffer;
- const char *cursor;
- const char *lastchar;
+ char *buffer;
+ char *cursor;
+ char *lastchar;
} LineInfo;
- Previous message: [Asterisk-cvs] asterisk/codecs/mp3/src cupL1.c,1.1.1.1,1.2 cupini.c,1.1.1.1,1.2 cupl3.c,1.1.1.1,1.2 icdct.c,1.1.1.1,1.2 isbt.c,1.1.1.1,1.2 iup.c,1.1.1.1,1.2 iupini.c,1.1.1.1,1.2 iwinm.c,1.1.1.1,1.2 l3init.c,1.1.1.1,1.2 mdct.c,1.1.1.1,1.2
- Next message: [Asterisk-cvs] asterisk/codecs/mp3/include mhead.h,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list