Skip to content
Snippets Groups Projects
Commit 475b5e28 authored by rswindell's avatar rswindell
Browse files

Created header field types and smbmsg_t convenience pointers for USENET

"path" and "newsgroups" header fields.
parent 7e7158c7
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,9 @@
#define RFC822REPLYID 0xb2
#define RFC822TO 0xb3
#define USENETPATH 0xc0
#define USENETNEWSGROUPS 0xc1
#define UNKNOWN 0xf1
#define UNKNOWNASCII 0xf2
#define UNUSED 0xff
......@@ -497,6 +500,8 @@ typedef struct { // Message
*replyto_ext, // Reply-to extension */
*id, // RFC822 Message-ID
*reply_id, // RFC822 Reply-ID
*path, // USENET Path
*newsgroups, // USENET Newsgroups
*ftn_pid, // FTN PID
*ftn_area, // FTN AREA
*ftn_flags, // FTN FLAGS
......
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