From f69cb8296624e8e2c495001ab0c7d38839ad9704 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 24 Oct 2019 00:44:21 -0400 Subject: Implement ringWrite --- bounce.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index f63d884..38f86c8 100644 --- a/bounce.h +++ b/bounce.h @@ -79,3 +79,5 @@ void clientFormat(struct Client *client, const char *format, ...) bool stateReady(void); void stateParse(char *line); void stateSync(struct Client *client); + +void ringWrite(const char *line); -- cgit 1.4.1