Skip to content

Commit b41bff7

Browse files
committed
CLEANUP: Detach ASCII/Binary protocols from memcached
1 parent 058b86d commit b41bff7

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

proto_ascii.c

Whitespace-only changes.

proto_ascii.h

Whitespace-only changes.

proto_bin.c

Whitespace-only changes.

proto_bin.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#ifndef PROTO_BIN_H
2+
#define PROTO_BIN_H
3+
4+
void complete_nread_binary(conn *c);
5+
void get_auth_data(const void *cookie, auth_data_t *data);
6+
int try_read_command_binary(conn *c);
7+
void write_bin_packet(conn *c, protocol_binary_response_status err, int swallow);
8+
9+
#endif

0 commit comments

Comments
 (0)