mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
add php swig for esl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12090 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
63
libs/esl/php/php_ESL.h
Normal file
63
libs/esl/php/php_ESL.h
Normal file
@@ -0,0 +1,63 @@
|
||||
/* ----------------------------------------------------------------------------
|
||||
* This file was automatically generated by SWIG (http://www.swig.org).
|
||||
* Version 1.3.35
|
||||
*
|
||||
* This file is not intended to be easily readable and contains a number of
|
||||
* coding conventions designed to improve portability and efficiency. Do not make
|
||||
* changes to this file unless you know what you are doing--modify the SWIG
|
||||
* interface file instead.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
|
||||
#ifndef PHP_ESL_H
|
||||
#define PHP_ESL_H
|
||||
|
||||
extern zend_module_entry ESL_module_entry;
|
||||
#define phpext_ESL_ptr &ESL_module_entry
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
# define PHP_ESL_API __declspec(dllexport)
|
||||
#else
|
||||
# define PHP_ESL_API
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
#include "TSRM.h"
|
||||
#endif
|
||||
|
||||
PHP_MINIT_FUNCTION(ESL);
|
||||
PHP_MSHUTDOWN_FUNCTION(ESL);
|
||||
PHP_RINIT_FUNCTION(ESL);
|
||||
PHP_RSHUTDOWN_FUNCTION(ESL);
|
||||
PHP_MINFO_FUNCTION(ESL);
|
||||
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_event_set);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_event_get);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_serialized_string_set);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_serialized_string_get);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_mine_set);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_mine_get);
|
||||
ZEND_NAMED_FUNCTION(_wrap_new_eslEvent);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_serialize);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_setPriority);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_getHeader);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_getBody);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_getType);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_addBody);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_addHeader);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslEvent_delHeader);
|
||||
ZEND_NAMED_FUNCTION(_wrap_new_eslConnection);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_connected);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_getInfo);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_send);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_sendRecv);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_sendEvent);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_recvEvent);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_recvEventTimed);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_filter);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_events);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_execute);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_setBlockingExecute);
|
||||
ZEND_NAMED_FUNCTION(_wrap_eslConnection_setEventLock);
|
||||
#endif /* PHP_ESL_H */
|
Reference in New Issue
Block a user