This repository has been archived on 2018-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
ext-ioctl/src/php_ioctl.h

15 lines
199 B
C

//
// ext-ioctl/php_ioctl.h
//
// @Author CismonX
//
#ifndef PHP_IOCTL_H
#define PHP_IOCTL_H
extern zend_module_entry ioctl_module_entry;
#define PHP_IOCTL_VERSION "1.0.0"
#endif // !PHP_IOCTL_H