X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_raphf_api.h;h=b8b445842ecff1a060c7fa35cdaa3a8d4aec5031;hb=161c496af75d7359ce29d88d2c6d9ae79ec0c350;hp=e9f0581abf9e65dd851f1cf43b7de78c5d4c2b7d;hpb=523f27ba3bdce4a8d610a94e8b3e0775a5f4238b;p=m6w6%2Fext-raphf diff --git a/src/php_raphf_api.h b/src/php_raphf_api.h index e9f0581..b8b4458 100644 --- a/src/php_raphf_api.h +++ b/src/php_raphf_api.h @@ -150,7 +150,7 @@ typedef struct php_persistent_handle_list { /** Storage of free resources */ HashTable free; /** Count of acquired resources */ - ulong used; + unsigned long used; } php_persistent_handle_list_t; /**