X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=lib%2Fcommon.h;h=3b8946a13ba1dac2afce36f857f79b4386a7cbf9;hb=93cab40b9112f97376381038e83240a7b28c24ea;hp=ae531e160c0489d8f97c49c852b791d26e416c02;hpb=5a6b411afb61c7d14aee3f52037f719c42072160;p=m6w6%2Flibmemcached diff --git a/lib/common.h b/lib/common.h index ae531e16..3b8946a1 100644 --- a/lib/common.h +++ b/lib/common.h @@ -80,6 +80,8 @@ memcached_return memcached_string_reset(memcached_string_st *string); void memcached_string_free(memcached_string_st *string); memcached_return memcached_do(memcached_st *ptr, unsigned int server_key, char *commmand, size_t command_length, char with_flush); +memcached_return memcached_version(memcached_st *ptr); + #endif /* __COMMON_H__ */