X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqres.h;fp=src%2Fphp_pqres.h;h=ca22aa1815b83c3ad83034f1cc5cdbd9b40aea0e;hp=6298aa100b5e04b3a604d87eb341f769f0109869;hb=1113a9190fabf3c449b1263568cc526f4e2dae64;hpb=967ea1785859c49a27c51c110839ea3296a020f4 diff --git a/src/php_pqres.h b/src/php_pqres.h index 6298aa1..ca22aa1 100644 --- a/src/php_pqres.h +++ b/src/php_pqres.h @@ -58,6 +58,7 @@ extern STATUS php_pqres_success(PGresult *res TSRMLS_DC); extern void php_pqres_init_instance_data(PGresult *res, php_pqconn_object_t *obj, php_pqres_object_t **ptr TSRMLS_DC); extern zval *php_pqres_row_to_zval(PGresult *res, unsigned row, php_pqres_fetch_t fetch_type, zval **data_ptr TSRMLS_DC); extern zval *php_pqres_typed_zval(php_pqres_t *res, char *val, size_t len, Oid typ TSRMLS_DC); +extern php_pqres_fetch_t php_pqres_fetch_type(php_pqres_t *res); #include "php_pq_object.h" #include "php_pqconn_event.h"