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.8 by root, Mon Aug 24 04:38:23 2009 UTC vs.
Revision 1.9 by root, Mon Aug 24 06:15:00 2009 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.8 2009/08/24 04:38:23 root Exp $ 24 * $Id: uudeview.h,v 1.9 2009/08/24 06:15:00 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
233 char *, char *, int)); 233 char *, char *, int));
234int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *, 234int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *,
235 char *, int, 235 char *, int,
236 char *, char *, 236 char *, char *,
237 int, int, long, 237 int, int, long,
238 unsigned long*)); 238 unsigned int *));
239int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *, 239int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *,
240 char *, int, 240 char *, int,
241 char *, int)); 241 char *, int));
242int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int, 242int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int,
243 char *, char *, long)); 243 char *, char *, long));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines