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.4 by root, Sat Apr 6 01:53:30 2002 UTC vs.
Revision 1.5 by root, Sun Oct 13 13:08:43 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.4 2002/04/06 01:53:30 root Exp $ 24 * $Id: uudeview.h,v 1.5 2002/10/13 13:08:43 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
228 char *, int, 228 char *, int,
229 char *, char *, int)); 229 char *, char *, int));
230int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *, 230int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *,
231 char *, int, 231 char *, int,
232 char *, char *, 232 char *, char *,
233 int, int, long)); 233 int, int, long,
234 unsigned long*));
234int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *, 235int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *,
235 char *, int, 236 char *, int,
236 char *, int)); 237 char *, int));
237int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int, 238int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int,
238 char *, char *, long)); 239 char *, char *, long));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines