
#ifndef CNET_BBSLIST
#define CNET_BBSLIST

#include "dates.h"

struct	BBSItem {
	long	ID;

	char	Phone[16];
	char	Title[26];
	char	Location[21];
	char	Baud[6];
	char	Comments[62];
	char	Country[4];
	char	Flags[10];

	UBYTE	Immortal;

	struct	IsDate Date;
};


#endif
