[asterisk-commits] branch oej/amieventhook-561 r11984 - /team/oej/amieventhook-561/include/aster...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Mar 6 02:45:46 MST 2006


Author: oej
Date: Mon Mar  6 03:45:44 2006
New Revision: 11984

URL: http://svn.digium.com/view/asterisk?rev=11984&view=rev
Log:
Fix by Luigi Rizzo

Modified:
    team/oej/amieventhook-561/include/asterisk/manager.h

Modified: team/oej/amieventhook-561/include/asterisk/manager.h
URL: http://svn.digium.com/view/asterisk/team/oej/amieventhook-561/include/asterisk/manager.h?rev=11984&r1=11983&r2=11984&view=diff
==============================================================================
--- team/oej/amieventhook-561/include/asterisk/manager.h (original)
+++ team/oej/amieventhook-561/include/asterisk/manager.h Mon Mar  6 03:45:44 2006
@@ -103,7 +103,7 @@
 */
 
 /*! \brief Manager Helper Function for custom AMI hooks.  See AMIhooks */
-typedef int (*manager_hook_t)(int, char *, char *); 
+typedef int (*manager_hook_t)(int, const char *, char *); 
 
 struct manager_custom_hook {
 	char *file;		/*!< Identifier */



More information about the asterisk-commits mailing list