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.5 by root, Sat Apr 6 01:53:30 2002 UTC vs.
Revision 1.6 by root, Thu Nov 6 13:33:41 2003 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.5 2002/04/06 01:53:30 root Exp $ 25 * $Id: uuint.h,v 1.6 2003/11/06 13:33:41 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 */
241 241
242extern char *uugen_fnbuffer, *uugen_inbuffer; 242extern char *uugen_fnbuffer, *uugen_inbuffer;
243extern char *uucheck_lastname, *uucheck_tempname; 243extern char *uucheck_lastname, *uucheck_tempname;
244extern char *uuestr_itemp, *uuestr_otemp; 244extern char *uuestr_itemp, *uuestr_otemp;
245extern char *uulib_msgstring, *uuncdl_fulline; 245extern char *uulib_msgstring, *uuncdl_fulline;
246extern char *uuncdp_oline, *uuscan_shlline; 246extern char *uuncdp_oline, *uuscan_shlline, *uuscan_shlline2;
247extern char *uuscan_pvvalue, *uuscan_phtext; 247extern char *uuscan_pvvalue, *uuscan_phtext;
248extern char *uuscan_sdline, *uuscan_sdbhds1; 248extern char *uuscan_sdline, *uuscan_sdbhds1;
249extern char *uuscan_sdbhds2, *uuscan_spline; 249extern char *uuscan_sdbhds2, *uuscan_spline;
250extern char *uuutil_bhwtmp; 250extern char *uuutil_bhwtmp;
251extern char *uunconc_UUxlat, *uunconc_UUxlen; 251extern char *uunconc_UUxlat, *uunconc_UUxlen;
303 * Functions from uunconc.c 303 * Functions from uunconc.c
304 */ 304 */
305 305
306int UURepairData (FILE *, char *, int, int *); 306int UURepairData (FILE *, char *, int, int *);
307 307
308void UUInitConc (void); 308void UUInitConc _ANSI_ARGS_((void));
309int UUValidData (char *, int, int *); 309int UUValidData _ANSI_ARGS_((char *, int, int *));
310size_t UUDecodeLine (char *, char *, int); 310size_t UUDecodeLine _ANSI_ARGS_((char *, char *, int));
311int UUDecodePart (FILE *, FILE *, int *, long, int, int, char *); 311int UUDecodeField _ANSI_ARGS_((char *, char *, int));
312int UUDecodePart _ANSI_ARGS_((FILE *, FILE *, int *,
313 long, int, int, char *));
312int UUDecode (uulist *); 314int UUDecode _ANSI_ARGS_((uulist *));
313 315
314/* 316/*
315 * Message retrieval from uustring.c 317 * Message retrieval from uustring.c
316 */ 318 */
317 319

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines