X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fstats.h;h=a3040306003b0a34cc95818ba1f0562524658c85;hb=a6b4334cc16705c72da526a516f396a162cd8bfb;hp=105e89103e1c0606e454a758f47cdd6c7da8ec34;hpb=ba24508f51eed2af4f0192589801db2f945eac7b;p=awesomized%2Flibmemcached diff --git a/libmemcached/stats.h b/libmemcached/stats.h index 105e8910..a3040306 100644 --- a/libmemcached/stats.h +++ b/libmemcached/stats.h @@ -62,6 +62,9 @@ LIBMEMCACHED_API char ** memcached_stat_get_keys(const memcached_st *ptr, memcached_stat_st *memc_stat, memcached_return_t *error); +LIBMEMCACHED_API +memcached_return_t memcached_stat_execute(memcached_st *memc, const char *args, memcached_stat_fn func, void *context); + #ifdef __cplusplus } // extern "C" #endif