ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uuint.h
(Generate patch)

Comparing Convert-UUlib/uulib/uuint.h (file contents):
Revision 1.10 by root, Thu Dec 10 22:49:15 2020 UTC vs.
Revision 1.11 by root, Sat Dec 12 10:48:39 2020 UTC

20/* 20/*
21 * This file describes the internal structures, variables and definitions 21 * This file describes the internal structures, variables and definitions
22 * of UUDeview. It should not be included from other packages. Subject to 22 * of UUDeview. It should not be included from other packages. Subject to
23 * change without notice. Do not depend on anything here. 23 * change without notice. Do not depend on anything here.
24 * 24 *
25 * $Id: uuint.h,v 1.10 2020/12/10 22:49:15 root Exp $ 25 * $Id: uuint.h,v 1.11 2020/12/12 10:48:39 root Exp $
26 */ 26 */
27 27
28/* 28/*
29 * Busy Polls will be made after processing ... lines 29 * Busy Polls will be made after processing ... lines
30 */ 30 */
140 char *subject; /* Whole subject line */ 140 char *subject; /* Whole subject line */
141 char *filename; /* Only filled in if begin detected */ 141 char *filename; /* Only filled in if begin detected */
142 char *origin; /* Whole 'From:' line */ 142 char *origin; /* Whole 'From:' line */
143 char *mimeid; /* the ID for Mime-encoded files */ 143 char *mimeid; /* the ID for Mime-encoded files */
144 char *mimetype; /* Content-Type */ 144 char *mimetype; /* Content-Type */
145 int mode; /* Mode of File (from 'begin') */
146 int begin; /* begin detected */ 145 int begin; /* begin detected */
147 int end; /* end detected */ 146 int end; /* end detected */
148 int flags; /* associated flags */
149 long yefilesize; /* the yencode file size, or 0 */ 147 long yefilesize; /* the yencode file size, or 0 */
150 148
149 uint16_t mode; /* Mode of File (from 'begin') */
150 uint8_t flags; /* associated flags */
151 int uudet; /* valid encoded data. value indicates encoding */ 151 uint8_t uudet; /* valid encoded data. value indicates encoding */
152 int partno; /* Mime-files have a part number within */ 152 int partno; /* Mime-files have a part number within */
153 int maxpno; /* ... plus the total number of parts */ 153 int maxpno; /* ... plus the total number of parts */
154 154
155 char *sfname; /* Associated source file */ 155 char *sfname; /* Associated source file */
156 long startpos; /* ftell() position where data starts */ 156 long startpos; /* ftell() position where data starts */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines