Skip to content
Snippets Groups Projects
Commit 41d931a4 authored by rswindell's avatar rswindell
Browse files

faddr_t is now just typedefed to be equal to fidoaddr_t (defined in smbdefs.h).

parent b5d0be13
No related branches found
No related tags found
No related merge requests found
......@@ -964,8 +964,9 @@ typedef struct { /* File (transfers) Data */
} file_t;
typedef idxrec_t post_t;
typedef idxrec_t mail_t;
typedef idxrec_t post_t; /* defined in smbdefs.h */
typedef idxrec_t mail_t; /* defined in smbdefs.h */
typedef fidoaddr_t faddr_t; /* defined in smbdefs.h */
typedef struct { /* System/Node Statistics */
ulong logons, /* Total Logons on System */
......@@ -983,14 +984,6 @@ typedef struct { /* System/Node Statistics */
} stats_t;
typedef struct { /* FidoNet address */
ushort zone, /* Zone */
net, /* Network */
node, /* Node */
point; /* Point */
} faddr_t;
typedef struct { /* FidoNet msg header */
char from[36], /* From user */
to[36], /* To user */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment