validation.h 911 B

12345678910111213141516171819202122
  1. /*
  2. +----------------------------------------------------------------------+
  3. | XlsWriter Extension |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 2017-2018 The Viest |
  6. +----------------------------------------------------------------------+
  7. | http://www.viest.me |
  8. +----------------------------------------------------------------------+
  9. | Author: viest <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef PHP_EXT_XLS_WRITER_VALIDATION_H
  13. #define PHP_EXT_XLS_WRITER_VALIDATION_H
  14. #include "common.h"
  15. extern zend_class_entry *vtiful_validation_ce;
  16. VTIFUL_STARTUP_FUNCTION(validation);
  17. #endif // PHP_EXT_XLS_WRITER_VALIDATION_H