2 * Copyright (C) 2010 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
8 * Summary: connects to a host, and makes sure it is alive.
12 #ifndef __LIBMEMCACHED_PING_H__
13 #define __LIBMEMCACHED_PING_H__
20 bool libmemcached_util_ping(const char *hostname
, in_port_t port
, memcached_return_t
*ret
);
26 #endif /* __LIBMEMCACHED_PING_H__ */