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: connect to all hosts, and make sure they meet a minimum version
12 #ifndef __LIBMEMCACHED_UTIL_VERSION_H__
13 #define __LIBMEMCACHED_UTIL_VERSION_H__
20 bool libmemcached_util_version_check(memcached_st
*memc
,
21 uint8_t major_version
,
22 uint8_t minor_version
,
23 uint8_t micro_version
);
29 #endif /* __LIBMEMCACHED__UTIL_VERSION_H__ */