diff options
Diffstat (limited to 'bounce.h')
-rw-r--r-- | bounce.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |