Cleanup
This commit is contained in:
parent
19a750a2bc
commit
4e59c0619f
|
@ -56,9 +56,9 @@ Type
|
||||||
|
|
||||||
RecMessageText = Array[1..mysMaxMsgLines] of String[79];
|
RecMessageText = Array[1..mysMaxMsgLines] of String[79];
|
||||||
|
|
||||||
AccessFlagType = Set of 1..25; { flags A to Z }
|
AccessFlagType = Set of 1..25;
|
||||||
|
|
||||||
RecEchoMailAddr = Record { FidoNet-style network address }
|
RecEchoMailAddr = Record
|
||||||
Zone,
|
Zone,
|
||||||
Net,
|
Net,
|
||||||
Node,
|
Node,
|
||||||
|
@ -79,7 +79,7 @@ Type
|
||||||
SystemCalls : LongInt; // system caller number
|
SystemCalls : LongInt; // system caller number
|
||||||
UserIdxPos : LongInt; // permanent user # position
|
UserIdxPos : LongInt; // permanent user # position
|
||||||
// SYSTEM PATHS
|
// SYSTEM PATHS
|
||||||
SystemPath : String[mysMaxPathSize];
|
SystemPath : String[mysMaxPathSize]; // Root mystic path
|
||||||
DataPath : String[mysMaxPathSize];
|
DataPath : String[mysMaxPathSize];
|
||||||
LogsPath : String[mysMaxPathSize];
|
LogsPath : String[mysMaxPathSize];
|
||||||
MsgsPath : String[mysMaxPathSize];
|
MsgsPath : String[mysMaxPathSize];
|
||||||
|
|
Loading…
Reference in New Issue