More sane behavior on a new installation
[citadel.git] / citadel / include / dtds / march-defs.h
1 SERVER_PRIVATE(struct march *next);
2 STRING_BUF(march_name, ROOMNAMELEN);
3 UNSIGNED_INT(march_flags); /// todo: this was unsigned int; is this the same as uint?
4 CHAR(march_floor);
5 CHAR(march_order);
6 UNSIGNED_INT(march_flags2);
7 INTEGER(march_access);