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
0de9075d
Commit
0de9075d
authored
6 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
More cruft (unused enum value) removal.
parent
dfc6ca49
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/smblib/smbdefs.h
+1
-24
1 addition, 24 deletions
src/smblib/smbdefs.h
with
1 addition
and
24 deletions
src/smblib/smbdefs.h
+
1
−
24
View file @
0de9075d
...
...
@@ -308,13 +308,6 @@ enum smb_net_type {
,
NET_POSTLINK
/* Imported with UTI driver */
,
NET_QWK
/* QWK networked messsage */
,
NET_INTERNET
/* Internet e-mail, netnews, etc. */
,
NET_WWIV
/* unused */
,
NET_MHS
/* unused */
,
NET_FIDO_ASCII
/* FidoNet address, ASCIIZ format (e.g. 5D) - unused and deprecated */
/* Add new ones here */
,
NET_TYPES
};
enum
smb_agent_type
{
...
...
@@ -322,27 +315,11 @@ enum smb_agent_type {
,
AGENT_PROCESS
/* unknown process type */
,
AGENT_SMBUTIL
/* imported via Synchronet SMBUTIL */
,
AGENT_SMTPSYSMSG
/* Synchronet SMTP server system message */
/* Add new ones here */
,
AGENT_TYPES
};
enum
smb_xlat_type
{
XLAT_NONE
/* No translation/End of translation list */
,
XLAT_ENCRYPT
/* Encrypted data */
,
XLAT_ESCAPED
/* 7-bit ASCII escaping for ctrl and 8-bit data */
,
XLAT_HUFFMAN
/* Static and adaptive Huffman coding compression */
,
XLAT_LZW
/* Limpel/Ziv/Welch compression */
,
XLAT_MLZ78
/* Modified LZ78 compression */
,
XLAT_RLE
/* Run length encoding compression */
,
XLAT_IMPLODE
/* Implode compression (PkZIP) */
,
XLAT_SHRINK
/* Shrink compression (PkZIP) */
,
XLAT_LZH
/* LHarc (LHA) Dynamic Huffman coding */
/* Add new ones here */
,
XLAT_TYPES
,
XLAT_LZH
=
9
/* LHarc (LHA) Dynamic Huffman coding */
};
...
...
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