Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
814d9699
Commit
814d9699
authored
16 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Moved PKT_TWO* definitions from fidodefs.h to sbbsecho.h where they belong
(these are not fidonet standard values).
parent
3481b487
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/fidodefs.h
+1
-4
1 addition, 4 deletions
src/sbbs3/fidodefs.h
src/sbbs3/sbbsecho.h
+6
-1
6 additions, 1 deletion
src/sbbs3/sbbsecho.h
with
7 additions
and
5 deletions
src/sbbs3/fidodefs.h
+
1
−
4
View file @
814d9699
...
...
@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 200
5
Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 200
9
Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
...
...
@@ -87,9 +87,6 @@ typedef struct _PACK { /* Fidonet Packet Header */
sec
,
/* Second of Packet Creation 0-59 */
baud
,
/* Max Baud Rate of Orig & Dest */
pkttype
,
/* Packet Type (-1 is obsolete) */
#define PKT_TWO_PLUS 0
/* Type 2+ Packet Header */
#define PKT_TWO_TWO 1
/* Type 2.2 Packet Header */
#define PKT_TWO 2
/* Old Type Packet Header */
orignet
,
/* Origination Net of Packet */
destnet
;
/* Destination Net of Packet */
uchar
prodcode
,
/* Product Code (00h is Fido) */
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/sbbsecho.h
+
6
−
1
View file @
814d9699
...
...
@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 200
6
Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 200
9
Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
...
...
@@ -191,6 +191,11 @@ typedef struct {
ushort
arctype
/* De/archiver to use for this node */
,
numflags
/* Number of flags defined for this node */
,
pkt_type
;
/* Packet type to use for outgoing PKTs */
/* Packet types for nodecfg_t.pkt_type value ONLY: */
#define PKT_TWO_PLUS 0
/* Type 2+ Packet Header */
#define PKT_TWO_TWO 1
/* Type 2.2 Packet Header */
#define PKT_TWO 2
/* Old Type Packet Header */
ushort
attr
;
/* Message bits to set for this node */
char
password
[
26
];
/* Areafix password for this node */
char
pktpwd
[
9
];
/* Packet password for this node */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment