X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcur.h;h=cc142e805eaa85de461328b8f4cc759cc04d0cf3;hp=31641b0ca5cc836f9d08a9c60c59ba35447f2ce8;hb=d662d7beb20a15ca8ca95761543f6b9d3b6bff29;hpb=19011ee23e5bdb9a46778e190a61e4ce6c765be7 diff --git a/src/php_pqcur.h b/src/php_pqcur.h index 31641b0..cc142e8 100644 --- a/src/php_pqcur.h +++ b/src/php_pqcur.h @@ -39,6 +39,8 @@ typedef struct php_pqcur_object { zend_class_entry *php_pqcur_class_entry; zend_object_value php_pqcur_create_object_ex(zend_class_entry *ce, php_pqcur_t *intern, php_pqcur_object_t **ptr TSRMLS_DC); +char *php_pqcur_declare_str(const char *name_str, size_t name_len, unsigned flags, const char *query_str, size_t query_len); + PHP_MINIT_FUNCTION(pqcur); PHP_MSHUTDOWN_FUNCTION(pqcur);