Subversion Repositories IRC-Archiver

Rev

Rev 11 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 nishi 1
/* $Id: web_db.h 10 2024-08-30 04:44:58Z nishi $ */
2
 
3
#ifndef __WEB_DB_H__
4
#define __WEB_DB_H__
5
 
6
void web_db_generate(const char* name, const char* match);
7
 
8
#endif