summaryrefslogtreecommitdiff
path: root/proto_text.h
blob: aae0ed61870bd8d088705ac51fd180bebc290350 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PROTO_TEXT_H
#define PROTO_TEXT_H

/* text protocol handlers */
void complete_nread_ascii(conn *c);
int try_read_command_asciiauth(conn *c);
int try_read_command_ascii(conn *c);
void process_command_ascii(conn *c, char *command);

#endif