repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Removed some temporary diagnostics that had been left in serv_sieve.c
[citadel.git]
/
citadel
/
include
/
dtds
/
march-defs.h
blob
8375259480934b4d144d830a70d5d31ec857d7c2
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
);