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

Comparing Convert-UUlib/uulib/uudeview.h (file contents):
Revision 1.1.2.2 by root, Sun Mar 31 19:52:07 2002 UTC vs.
Revision 1.1.2.3 by root, Sun Oct 13 13:03:08 2002 UTC

19 19
20/* 20/*
21 * This include file features all the definitions that should 21 * This include file features all the definitions that should
22 * be externally visible. This isn't much. 22 * be externally visible. This isn't much.
23 * 23 *
24 * $Id: uudeview.h,v 1.1.2.2 2002/03/31 19:52:07 root Exp $ 24 * $Id: uudeview.h,v 1.1.2.3 2002/10/13 13:03:08 root Exp $
25 */ 25 */
26 26
27#ifndef _ANSI_ARGS_ 27#ifndef _ANSI_ARGS_
28#ifdef PROTOTYPES 28#ifdef PROTOTYPES
29#define _ANSI_ARGS_(c) c 29#define _ANSI_ARGS_(c) c
224 char *, int, 224 char *, int,
225 char *, char *, int)); 225 char *, char *, int));
226int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *, 226int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *,
227 char *, int, 227 char *, int,
228 char *, char *, 228 char *, char *,
229 int, int, long)); 229 int, int, long,
230 unsigned long*));
230int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *, 231int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *,
231 char *, int, 232 char *, int,
232 char *, int)); 233 char *, int));
233int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int, 234int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int,
234 char *, char *, long)); 235 char *, char *, long));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines