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.2.2.3 by root, Sun Oct 13 13:03:08 2002 UTC vs.
Revision 1.2.2.4 by root, Thu Nov 6 13:08:24 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.2.2.3 2002/10/13 13:03:08 root Exp $ 25 * $Id: uuint.h,v 1.2.2.4 2003/11/06 13:08:24 root Exp $
26 */ 26 */
27 27
28#ifndef _ANSI_ARGS_ 28#ifndef _ANSI_ARGS_
29#ifdef PROTOTYPES 29#ifdef PROTOTYPES
30#define _ANSI_ARGS_(c) c 30#define _ANSI_ARGS_(c) c
247 247
248extern char *uugen_fnbuffer, *uugen_inbuffer; 248extern char *uugen_fnbuffer, *uugen_inbuffer;
249extern char *uucheck_lastname, *uucheck_tempname; 249extern char *uucheck_lastname, *uucheck_tempname;
250extern char *uuestr_itemp, *uuestr_otemp; 250extern char *uuestr_itemp, *uuestr_otemp;
251extern char *uulib_msgstring, *uuncdl_fulline; 251extern char *uulib_msgstring, *uuncdl_fulline;
252extern char *uuncdp_oline, *uuscan_shlline; 252extern char *uuncdp_oline, *uuscan_shlline, *uuscan_shlline2;
253extern char *uuscan_pvvalue, *uuscan_phtext; 253extern char *uuscan_pvvalue, *uuscan_phtext;
254extern char *uuscan_sdline, *uuscan_sdbhds1; 254extern char *uuscan_sdline, *uuscan_sdbhds1;
255extern char *uuscan_sdbhds2, *uuscan_spline; 255extern char *uuscan_sdbhds2, *uuscan_spline;
256extern char *uuutil_bhwtmp; 256extern char *uuutil_bhwtmp;
257extern char *uunconc_UUxlat, *uunconc_UUxlen; 257extern char *uunconc_UUxlat, *uunconc_UUxlen;
314 int, int *)); 314 int, int *));
315 315
316void UUInitConc _ANSI_ARGS_((void)); 316void UUInitConc _ANSI_ARGS_((void));
317int UUValidData _ANSI_ARGS_((char *, int, int *)); 317int UUValidData _ANSI_ARGS_((char *, int, int *));
318size_t UUDecodeLine _ANSI_ARGS_((char *, char *, int)); 318size_t UUDecodeLine _ANSI_ARGS_((char *, char *, int));
319int UUDecodeField _ANSI_ARGS_((char *, char *, int));
319int UUDecodePart _ANSI_ARGS_((FILE *, FILE *, int *, 320int UUDecodePart _ANSI_ARGS_((FILE *, FILE *, int *,
320 long, int, int, char *)); 321 long, int, int, char *));
321int UUDecode _ANSI_ARGS_((uulist *)); 322int UUDecode _ANSI_ARGS_((uulist *));
322 323
323/* 324/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines