[Asterisk-cvs] asterisk/include/asterisk devicestate.h,1.1,1.2

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 19 20:26:40 CDT 2005


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

Modified Files:
	devicestate.h 
Log Message:
add English device state output (bug #4733, with minor mod)


Index: devicestate.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/devicestate.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- devicestate.h	8 Jul 2005 21:15:41 -0000	1.1
+++ devicestate.h	20 Jul 2005 00:34:01 -0000	1.2
@@ -33,6 +33,10 @@
 
 typedef int (*ast_devstate_cb_type)(const char *dev, int state, void *data);
 
+/*! Convert device state to text string for output */
+/*! \param devstate Current device state */
+const char *devstate2str(int devstate);
+
 /*! Search the Channels by Name */
 /*!
  * \param device like a dialstring




More information about the svn-commits mailing list