Subversion Repositories IRC-Archiver

Rev

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

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