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: Find version information
12 #ifndef __MEMCACHED_VERSION_H__
13 #define __MEMCACHED_VERSION_H__
20 memcached_return_t
memcached_version(memcached_st
*ptr
);
23 const char * memcached_lib_version(void);
29 #endif /* __MEMCACHED_VERSION_H__ */