Subversion Repositories IRC-Archiver

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 nishi 1
/* $Id: ia_db.h 8 2024-08-30 03:46:36Z nishi $ */
2
 
3
#ifndef __IA_DB_H__
4
#define __IA_DB_H__
5
 
6
int ia_db_init(void);
7
int ia_db_put(const char* user, const char* channel, const char* message);
8
 
9
#endif