Subversion Repositories IRCServ

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 nishi 1
/* $Id: is_db.h 10 2024-08-26 13:37:23Z nishi $ */
2
 
3
#ifndef __IS_DB_H__
4
#define __IS_DB_H__
5
 
6
int is_db_init(void);
7
int is_run_sql(const char* txt);
8
 
9
#endif