X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=src%2Fphp_raphf_api.h;h=b8b445842ecff1a060c7fa35cdaa3a8d4aec5031;hp=e9f0581abf9e65dd851f1cf43b7de78c5d4c2b7d;hb=7b97243bc22bcfb91f53a5fbf6d26aec733d6116;hpb=e2b5953d34381c54d4efff501124afe24ec057b0 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; /**