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 8ec0268 commit a40b011Copy full SHA for a40b011
agent/php_memcached.h
@@ -17,7 +17,7 @@
17
*
18
* Returns: nr_datastore_instance_t* that the caller is responsible for freeing
19
*/
20
-extern nr_datastore_instance_t* nr_php_memcached_create_datastore_instance(
+nr_datastore_instance_t* nr_php_memcached_create_datastore_instance(
21
const char* host_or_socket,
22
zend_long port);
23
0 commit comments