mirror of
https://github.com/pmmp/ext-encoding.git
synced 2024-11-23 13:36:25 +00:00
10 lines
156 B
C
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
|