summaryrefslogtreecommitdiff
path: root/src/b98.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/b98.h')
-rw-r--r--src/b98.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/b98.h b/src/b98.h
new file mode 100644
index 0000000..3414814
--- /dev/null
+++ b/src/b98.h
@@ -0,0 +1,8 @@
+#ifndef _B98_H_
+#define _B98_H_
+
+int bot_init(void);
+int bot_loop(int socket_fd);
+int bot_handle_input(const char* const sbuf, int len);
+
+#endif