Skip to content

Commit

Permalink
CLEANUP: Detach ASCII/Binary protocols from memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
ing-eoking committed Nov 27, 2023
1 parent 058b86d commit b41bff7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Empty file added proto_ascii.c
Empty file.
Empty file added proto_ascii.h
Empty file.
Empty file added proto_bin.c
Empty file.
9 changes: 9 additions & 0 deletions proto_bin.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef PROTO_BIN_H
#define PROTO_BIN_H

void complete_nread_binary(conn *c);
void get_auth_data(const void *cookie, auth_data_t *data);
int try_read_command_binary(conn *c);
void write_bin_packet(conn *c, protocol_binary_response_status err, int swallow);

#endif

0 comments on commit b41bff7

Please sign in to comment.