X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqcur.h;h=cc142e805eaa85de461328b8f4cc759cc04d0cf3;hb=66164e1efade374a8bb302653d4832ad36a788c5;hp=31641b0ca5cc836f9d08a9c60c59ba35447f2ce8;hpb=9255d2d54bca41644cf3588e4e4259a1855b58d7;p=m6w6%2Fext-pq 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);