Skip to content

Instantly share code, notes, and snippets.

@IngwiePhoenix
Created October 9, 2013 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IngwiePhoenix/6898536 to your computer and use it in GitHub Desktop.
Save IngwiePhoenix/6898536 to your computer and use it in GitHub Desktop.
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.0
*
* 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_EASYWSCLIENT_H
#define PHP_EASYWSCLIENT_H
extern zend_module_entry easywsclient_module_entry;
#define phpext_easywsclient_ptr &easywsclient_module_entry
#ifdef PHP_WIN32
# define PHP_EASYWSCLIENT_API __declspec(dllexport)
#else
# define PHP_EASYWSCLIENT_API
#endif
#ifdef ZTS
#include "TSRM.h"
#endif
PHP_MINIT_FUNCTION(easywsclient);
PHP_MSHUTDOWN_FUNCTION(easywsclient);
PHP_RINIT_FUNCTION(easywsclient);
PHP_RSHUTDOWN_FUNCTION(easywsclient);
PHP_MINFO_FUNCTION(easywsclient);
ZEND_NAMED_FUNCTION(_wrap_easywsclient_set);
ZEND_NAMED_FUNCTION(_wrap_easywsclient_get);
#endif /* PHP_EASYWSCLIENT_H */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment