[Asterisk-cvs] asterisk/include/asterisk term.h,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Sun May 2 15:05:33 CDT 2004


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

Modified Files:
	term.h 
Log Message:
Merge Tilghman's color patches for the asterisk prompt (bug #1535)


Index: term.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/term.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- term.h	16 Mar 2003 22:37:31 -0000	1.2
+++ term.h	2 May 2004 19:13:16 -0000	1.3
@@ -46,6 +46,10 @@
 
 extern char *term_color(char *outbuf, const char *inbuf, int fgcolor, int bgcolor, int maxout);
 
+extern char *term_color_code(char *outbuf, int fgcolor, int bgcolor, int maxout);
+
+extern char *term_strip(char *outbuf, char *inbuf, int maxout);
+
 extern char *term_prompt(char *outbuf, const char *inbuf, int maxout);
 
 extern char *term_prep(void);




More information about the svn-commits mailing list