pq\Cursor::__construct
[m6w6/ext-pq] / src / php_pqcur.h
index 31641b0ca5cc836f9d08a9c60c59ba35447f2ce8..cc142e805eaa85de461328b8f4cc759cc04d0cf3 100644 (file)
@@ -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);