Merge in additional documentation updates.
[awesomized/libmemcached] / libmemcached / util / ping.c
index 001cd5963112bf36986cba45592d54a2c534c295..3d5471a34b4bca9c17e0d7c94bcbaad0e51ebcb7 100644 (file)
@@ -13,7 +13,7 @@
 #include "libmemcached/memcached_util.h"
 
 
-bool libmemcached_ping(const char *hostname, in_port_t port, memcached_return_t *ret)
+bool libmemcached_util_ping(const char *hostname, in_port_t port, memcached_return_t *ret)
 {
   memcached_return_t rc;
   memcached_st memc, *memc_ptr;