-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhauptstructs.h
executable file
·76 lines (74 loc) · 1.57 KB
/
hauptstructs.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
struct AUser {
char Name[31],
Pass[9],
Location[30],
PhoneNumber[13];
USHORT Slot_Number;
USHORT Sec_Status,
Sec_Board, /* File or Byte Ratio */
Sec_Library, /* Ratio */
Sec_Bulletin, /* Computer Type */
Messages_Posted;
ULONG NewSinceDate,
CRCPassword,
ConfRead2,
ConfRead3;
UWORD ZoomAscii;
UWORD xx;
UWORD xxx;
UWORD Area;
UWORD XferProtocol,
Filler2;
UWORD Lcfiles,
BadFiles;
ULONG AccountDate;
UWORD ScreenType,
EditorType;
char Conference_Access[10];
USHORT Uploads,
Downloads,
ConfRJoin,
Times_Called;
long Time_Last_On,
Time_Used,
Time_Limit,
Time_Total;
ULONG Bytes_Download,
Bytes_Upload,
Daily_Bytes_Limit,
Daily_Bytes_Dld;
char Expert;
ULONG ChatRemaining,
ChatLimit,
CreditDays,
CreditAmount,
CreditStartDate,
CreditTotal,
CreditTotalDate,
CreditBits,
ConfYM9;
long BeginLogCall;
UBYTE Protocol,
UUCPA,
LineLength,
New_User;
}Auser;
struct AUserKeys
{ /* changes to UserKeys (RTS) */
char UserName[31];
long Number;
UBYTE New_User;
UWORD UPcps; /* highest upload cps rate */
UWORD DNcps; /* highest dnload cps rate */
UWORD Userflags; /* */
UWORD baud_rate; /* last online baud rate */
char Pad[9]; /* ?? should be 15 */
}auserkeys;
struct AMiscData
{
char username[10];
char realname[30];
ULONG Flags[10];
ULONG ConfAccess[32];
ULONG SecurityAccess[10];
}amiscdata;