1 #ifndef DS_PRIORITY_QUEUE_HANDLERS_H
2 #define DS_PRIORITY_QUEUE_HANDLERS_H
3 
4 #include "php.h"
5 
6 extern zend_object_handlers php_priority_queue_handlers;
7 
8 void php_ds_register_priority_queue_handlers();
9 
10 #endif
11