Subversion Repositories IRC-Archiver

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 nishi 1
/* $Id: ia_bot.h 5 2024-08-30 02:36:44Z nishi $ */
2
 
3
#ifndef __IA_BOT_H__
4
#define __IA_BOT_H__
5
 
5 nishi 6
void ia_log(const char* txt);
7
void is_close(int sock);
4 nishi 8
void ia_bot_loop(void);
9
 
10
#endif