Merge in updates (including removal of some depcrated bits from the examples).
[awesomized/libmemcached] / libmemcached / protocol / ascii_handler.h
1 /* -*- Mode: C; tab-width: 2; c-basic-offset: 2; indent-tabs-mode: nil -*- */
2 #ifndef LIBMEMCACHED_PROTOCOL_ASCII_HANDLER_H
3 #define LIBMEMCACHED_PROTOCOL_ASCII_HANDLER_H
4
5 LIBMEMCACHED_LOCAL
6 memcached_protocol_event_t memcached_ascii_protocol_process_data(memcached_protocol_client_st *client, ssize_t *length, void **endptr);
7
8 #endif