[Asterisk-cvs] asterisk/include/asterisk pbx.h,1.39,1.40

markster at lists.digium.com markster at lists.digium.com
Mon Jan 31 19:52:02 CST 2005


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

Modified Files:
	pbx.h 
Log Message:
Allow hints to have names (bug #3471)


Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- pbx.h	15 Jan 2005 23:48:12 -0000	1.39
+++ pbx.h	1 Feb 2005 01:53:25 -0000	1.40
@@ -285,6 +285,8 @@
 /*!
  * \param hint buffer for hint
  * \param maxlen size of hint buffer
+ * \param hint buffer for name portion of hint
+ * \param maxlen size of name buffer
  * \param c this is not important
  * \param context which context to look in
  * \param exten which extension to search for
@@ -292,7 +294,7 @@
  * is found a non zero value will be returned.
  * Otherwise, 0 is returned.
  */
-int ast_get_hint(char *hint, int maxlen, struct ast_channel *c, const char *context, const char *exten);
+int ast_get_hint(char *hint, int maxlen, char *name, int maxnamelen, struct ast_channel *c, const char *context, const char *exten);
 
 /*! If an extension exists, return non-zero */
 /*  work */




More information about the svn-commits mailing list