From e0d292cb2fd1b535d601cfc45c370533919c8420 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 23 Oct 2019 00:16:31 -0400 Subject: Add state --- bounce.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 999180f..e442e47 100644 --- a/bounce.h +++ b/bounce.h @@ -14,6 +14,7 @@ * along with this program. If not, see . */ +#include #include #include @@ -34,4 +35,10 @@ void serverLogin( const char *pass, const char *auth, const char *nick, const char *user, const char *real ); +void serverAuth(void); +void serverJoin(const char *join); void serverSend(const char *ptr, size_t len); +void serverRecv(void); + +bool stateReady(void); +void stateParse(char *line); -- cgit 1.4.1