X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqconn.h;h=015d9f552c47ef60951a6ba99991c70f445af2ce;hp=1eb9b7b61297423eb56e73dd69e05b57d00f8cdd;hb=cc619cb8b6a15e1ea14bedf713cbcd645a0ee7ca;hpb=13b06e992c066b4cf1f381273b4f5f5e15764293 diff --git a/src/php_pqconn.h b/src/php_pqconn.h index 1eb9b7b..015d9f5 100644 --- a/src/php_pqconn.h +++ b/src/php_pqconn.h @@ -46,7 +46,7 @@ typedef struct php_pqconn_object { typedef struct php_pqconn_resource_factory_data { char *dsn; - uint32_t flags; + unsigned long flags; } php_pqconn_resource_factory_data_t; extern php_resource_factory_ops_t *php_pqconn_get_resource_factory_ops(void);