/* ---------------------------------------------------------------------------- * 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 */