Small style cleanup
[awesomized/libmemcached] / libmemcached / util / ping.h
index 4ac677ad6f6375f1458b3b59dd708781d89ca51a..095ee00e0e4eaa2b470dedbc7590014840f04db5 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
 #endif
 
 LIBMEMCACHED_API
-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);
 
 #ifdef __cplusplus
 }