v8js_class.h 996 B

12345678910111213141516171819202122232425262728
  1. /*
  2. +----------------------------------------------------------------------+
  3. | PHP Version 5 |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 1997-2013 The PHP Group |
  6. +----------------------------------------------------------------------+
  7. | http://www.opensource.org/licenses/mit-license.php MIT License |
  8. +----------------------------------------------------------------------+
  9. | Author: Jani Taskinen <[email protected]> |
  10. | Author: Patrick Reilly <[email protected]> |
  11. +----------------------------------------------------------------------+
  12. */
  13. #ifndef V8JS_CLASS_H
  14. #define V8JS_CLASS_H
  15. PHP_MINIT_FUNCTION(v8js_class);
  16. #endif /* V8JS_CLASS_H */
  17. /*
  18. * Local variables:
  19. * tab-width: 4
  20. * c-basic-offset: 4
  21. * End:
  22. * vim600: noet sw=4 ts=4 fdm=marker
  23. * vim<600: noet sw=4 ts=4
  24. */