[Asterisk-cvs] asterisk/include/asterisk pbx.h,1.35,1.36

markster at lists.digium.com markster at lists.digium.com
Tue Nov 23 22:07:32 CST 2004


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

Modified Files:
	pbx.h 
Log Message:
Make realtime pbx understand patterns.


Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- pbx.h	23 Nov 2004 20:25:02 -0000	1.35
+++ pbx.h	24 Nov 2004 03:07:07 -0000	1.36
@@ -356,7 +356,7 @@
  * Returns 1 on match, 0 on failure
  */
 int ast_extension_match(const char *pattern, const char *extension);
-
+int ast_extension_close(const char *pattern, const char *data, int needmore);
 //! Launch a new extension (i.e. new stack)
 /*!
  * \param c not important




More information about the svn-commits mailing list