Subversion Repositories IRC-Archiver

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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