Update protocol due to review comments:
[m6w6/libmemcached] / libmemcached / protocol / ascii_handler.h
index e8737921f35b8dbaac01f7b5d6624802048d7498..02a1a82d4eb253f92473143a07de315c825b50ca 100644 (file)
@@ -3,6 +3,6 @@
 #define LIBMEMCACHED_PROTOCOL_ASCII_HANDLER_H
 
 LIBMEMCACHED_LOCAL
-enum MEMCACHED_PROTOCOL_EVENT memcached_ascii_protocol_process_data(struct memcached_protocol_client_st *client, ssize_t *length, void **endptr);
+memcached_protocol_event_t memcached_ascii_protocol_process_data(memcached_protocol_client_st *client, ssize_t *length, void **endptr);
 
 #endif