Subversion Repositories IRC-Archiver

Rev

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

/* $Id: ia_bot.h 5 2024-08-30 02:36:44Z nishi $ */

#ifndef __IA_BOT_H__
#define __IA_BOT_H__

void ia_log(const char* txt);
void is_close(int sock);
void ia_bot_loop(void);

#endif