12345678910111213141516171819202122 |
- /*
- +----------------------------------------------------------------------+
- | XlsWriter Extension |
- +----------------------------------------------------------------------+
- | Copyright (c) 2017-2018 The Viest |
- +----------------------------------------------------------------------+
- | http://www.viest.me |
- +----------------------------------------------------------------------+
- | Author: viest <[email protected]> |
- +----------------------------------------------------------------------+
- */
- #ifndef PHP_EXT_XLS_WRITER_VALIDATION_H
- #define PHP_EXT_XLS_WRITER_VALIDATION_H
- #include "common.h"
- extern zend_class_entry *vtiful_validation_ce;
- VTIFUL_STARTUP_FUNCTION(validation);
- #endif // PHP_EXT_XLS_WRITER_VALIDATION_H
|