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.8 by root, Fri Oct 10 16:54:45 2008 UTC vs.
Revision 1.9 by root, Mon Aug 24 04:38:23 2009 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.8 2008/10/10 16:54:45 root Exp $ 25 * $Id: uuint.h,v 1.9 2009/08/24 04:38:23 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 */
183 183
184/* 184/*
185 * variables 185 * variables
186 */ 186 */
187 187
188extern int uu_autocheck;
188extern int uu_rbuf; 189extern int uu_rbuf;
189extern int uu_wbuf; 190extern int uu_wbuf;
190#define UUSETBUF(fp,buff,size) if (size) setvbuf ((fp), ((buff) = malloc (size)), _IOFBF, (size)) 191#define UUSETBUF(fp,buff,size) if (size) setvbuf ((fp), ((buff) = malloc (size)), _IOFBF, (size))
191#define UUCLRBUF(size,buff) if (size) free (buff) 192#define UUCLRBUF(size,buff) if (size) free (buff)
192 193
285 * Functions from uucheck.c 286 * Functions from uucheck.c
286 */ 287 */
287 288
288uufile * UUPreProcessPart (fileread *, int *); 289uufile * UUPreProcessPart (fileread *, int *);
289int UUInsertPartToList (uufile *); 290int UUInsertPartToList (uufile *);
290uulist * UUCheckGlobalList (void);
291 291
292/* 292/*
293 * Functions from uuutil.c 293 * Functions from uuutil.c
294 */ 294 */
295 295

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines