Subversion Repositories IRC-Archiver

Rev

Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 11
Line 1... Line 1...
1
/* $Id: web_db.h 10 2024-08-30 04:44:58Z nishi $ */
1
/* $Id: web_db.h 11 2024-08-30 05:20:32Z nishi $ */
2
 
2
 
3
#ifndef __WEB_DB_H__
3
#ifndef __WEB_DB_H__
4
#define __WEB_DB_H__
4
#define __WEB_DB_H__
5
 
5
 
-
 
6
typedef struct {
-
 
7
	unsigned long long from;
-
 
8
	unsigned long long to;
6
void web_db_generate(const char* name, const char* match);
9
	const char* channel;
-
 
10
} web_range_t;
7
 
11
 
8
#endif
12
#endif