Rev 10 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: web_db.h 11 2024-08-30 05:20:32Z nishi $ */
#ifndef __WEB_DB_H__
#define __WEB_DB_H__
typedef struct {
unsigned long long from;
unsigned long long to;
const char* channel;
} web_range_t;
#endif