Skip to content

Commit a40b011

Browse files
committed
remove extern
1 parent 8ec0268 commit a40b011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/php_memcached.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Returns: nr_datastore_instance_t* that the caller is responsible for freeing
1919
*/
20-
extern nr_datastore_instance_t* nr_php_memcached_create_datastore_instance(
20+
nr_datastore_instance_t* nr_php_memcached_create_datastore_instance(
2121
const char* host_or_socket,
2222
zend_long port);
2323

0 commit comments

Comments
 (0)