summaryrefslogtreecommitdiff
path: root/src/b98.h
blob: 34148142d49efb20be9038038b28267c58bcc569 (plain)
1
2
3
4
5
6
7
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