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.6 by root, Thu Nov 6 13:33:41 2003 UTC vs.
Revision 1.7 by root, Mon May 2 19:58:40 2005 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.6 2003/11/06 13:33:41 root Exp $ 25 * $Id: uuint.h,v 1.7 2005/05/02 19:58:40 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 */
180extern void *uu_FNCBArg; 180extern void *uu_FNCBArg;
181 181
182/* 182/*
183 * variables 183 * variables
184 */ 184 */
185
186extern int uu_rbuf;
187extern int uu_wbuf;
188#define UUSETBUF(fp,buff,size) if (size) setvbuf ((fp), ((buff) = malloc (size)), _IOFBF, (size))
189#define UUCLRBUF(size,buff) if (size) free (buff)
185 190
186extern int uu_fast_scanning; 191extern int uu_fast_scanning;
187extern int uu_bracket_policy; 192extern int uu_bracket_policy;
188extern int uu_verbose; 193extern int uu_verbose;
189extern int uu_desperate; 194extern int uu_desperate;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines