X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pq_callback.h;h=412d5ed9327d8fc01308e846e2839c0fb41e694d;hp=2edf6d526bb54eac265e529d629983faee901ba8;hb=a06db6d217fc8ba0fd9b8273a9e595477d59afcc;hpb=0d8fc412a6fdd65f6bc89ae77b132ca119e00c6c diff --git a/src/php_pq_callback.h b/src/php_pq_callback.h index 2edf6d5..412d5ed 100644 --- a/src/php_pq_callback.h +++ b/src/php_pq_callback.h @@ -26,6 +26,10 @@ extern void php_pq_callback_addref(php_pq_callback_t *cb); extern zval *php_pq_callback_to_zval(php_pq_callback_t *cb); extern zend_bool php_pq_callback_is_locked(php_pq_callback_t *cb TSRMLS_DC); extern void php_pq_callback_recurse(php_pq_callback_t *old, php_pq_callback_t *new TSRMLS_DC); +extern zend_bool php_pq_callback_is_enabled(php_pq_callback_t *cb); +extern void php_pq_callback_disable(php_pq_callback_t *cb TSRMLS_DC); +extern void php_pq_callback_recurse_ex(php_pq_callback_t *old, php_pq_callback_t *new TSRMLS_DC); +extern zend_bool php_pq_callback_is_recurrent(php_pq_callback_t *cb); #endif