1
0
mirror of https://github.com/pmmp/ext-encoding.git synced 2024-11-23 13:36:25 +00:00
ext-encoding/classes/DataDecodeException.h
2024-04-09 16:29:16 +01:00

10 lines
156 B
C

#ifndef DATA_DECODE_EXCEPTION_H
#define DATA_DECODE_EXCEPTION_H
extern "C" {
#include "php.h"
}
extern zend_class_entry* data_decode_exception_ce;
#endif