We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d1a96 commit 70bdd80Copy full SHA for 70bdd80
src/phongo_client.c
@@ -75,7 +75,7 @@ static const mongoc_client_t* get_first_pclient_client(HashTable* ht)
75
* Note: this may incorrectly return NULL if crypt_shared was loaded through a
76
* mongoc_client_t since destroyed (e.g. single requested-scoped client);
77
* however, that's the best can do with libmongoc's API. */
78
-const char* php_phongo_crypt_shared_version()
+const char* php_phongo_crypt_shared_version(void)
79
{
80
const mongoc_client_t* client = NULL;
81
0 commit comments