Increment and decrement now works.
[awesomized/libmemcached] / lib / memcached_quit.c
1 #include <memcached.h>
2
3 /*
4 When this is implemented you will be able to remove single hosts
5 from your current pool of hosts.
6 */
7 memcached_return memcached_quit(memcached_st *ptr, char *hostname, unsigned port)
8 {
9 return MEMCACHED_SUCCESS;
10 }