Subversion Repositories IRC-Archiver

Rev

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

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