Subversion Repositories IRC-Archiver

Rev

Rev 9 | Rev 11 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 nishi 1
/* $Id: db.c 10 2024-08-30 04:44:58Z nishi $ */
10 nishi 2
 
3
#include "web_db.h"
4
 
5
#include "ia_db.h"
6
 
7
void web_db_generate(const char* name, const char* match) {}