PHPC-2166: Add missing void arg to fix MacOS builds (#1410)

This commit is contained in:
Andreas Braun
2023-04-12 08:23:21 +02:00
committed by GitHub
parent 04d1a96627
commit 70bdd80bc7

View File

@@ -75,7 +75,7 @@ static const mongoc_client_t* get_first_pclient_client(HashTable* ht)
* Note: this may incorrectly return NULL if crypt_shared was loaded through a
* mongoc_client_t since destroyed (e.g. single requested-scoped client);
* however, that's the best can do with libmongoc's API. */
const char* php_phongo_crypt_shared_version()
const char* php_phongo_crypt_shared_version(void)
{
const mongoc_client_t* client = NULL;