Subversion Repositories IRCServ

Rev

Blame | Last modification | View Log | Download | RSS feed

/* $Id: is_db.h 10 2024-08-26 13:37:23Z nishi $ */

#ifndef __IS_DB_H__
#define __IS_DB_H__

int is_db_init(void);
int is_run_sql(const char* txt);

#endif