Subversion Repositories IRC-Archiver

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: ia_db.h 8 2024-08-30 03:46:36Z nishi $ */

#ifndef __IA_DB_H__
#define __IA_DB_H__

int ia_db_init(void);
int ia_db_put(const char* user, const char* channel, const char* message);

#endif