Subversion Repositories IRC-Archiver

Rev

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

/* $Id: ia_db.h 13 2024-08-30 07:33:43Z nishi $ */

#ifndef __IA_DB_H__
#define __IA_DB_H__

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

#endif