summaryrefslogtreecommitdiff
path: root/proto_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto_text.h')
-rw-r--r--proto_text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto_text.h b/proto_text.h
index b626f97..aae0ed6 100644
--- a/proto_text.h
+++ b/proto_text.h
@@ -5,5 +5,6 @@
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