xref: /ext-ds/src/php/handlers/php_set_handlers.h (revision 19bcdf63)
1 #ifndef DS_SET_HANDLERS_H
2 #define DS_SET_HANDLERS_H
3 
4 #include "php.h"
5 
6 extern zend_object_handlers php_ds_set_handlers;
7 
8 void php_ds_register_set_handlers();
9 
10 #endif
11