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 by root, Sun Mar 31 19:50:21 2002 UTC vs.
Revision 1.1.2.5 by root, Sun Apr 18 19:55:46 2004 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 2002/03/31 19:50:21 root Exp $ 24 * $Id: uudeview.h,v 1.1.2.5 2004/04/18 19:55:46 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
80#define B64ENCODED (2) /* Mime-Base64 data */ 80#define B64ENCODED (2) /* Mime-Base64 data */
81#define XX_ENCODED (3) /* XXencoded data */ 81#define XX_ENCODED (3) /* XXencoded data */
82#define BH_ENCODED (4) /* Binhex encoded */ 82#define BH_ENCODED (4) /* Binhex encoded */
83#define PT_ENCODED (5) /* Plain-Text encoded (MIME) */ 83#define PT_ENCODED (5) /* Plain-Text encoded (MIME) */
84#define QP_ENCODED (6) /* Quoted-Printable (MIME) */ 84#define QP_ENCODED (6) /* Quoted-Printable (MIME) */
85#define YENC_ENCODED (7) /* yEnc encoded */
85 86
86/* 87/*
87 * Option indices for GetOption / SetOption 88 * Option indices for GetOption / SetOption
88 */ 89 */
89 90
203int UUEXPORT UUSetFNameFilter _ANSI_ARGS_((void *, 204int UUEXPORT UUSetFNameFilter _ANSI_ARGS_((void *,
204 char * (*) (void *, 205 char * (*) (void *,
205 char *))); 206 char *)));
206char * UUEXPORT UUFNameFilter _ANSI_ARGS_((char *)); 207char * UUEXPORT UUFNameFilter _ANSI_ARGS_((char *));
207int UUEXPORT UULoadFile _ANSI_ARGS_((char *, char *, int)); 208int UUEXPORT UULoadFile _ANSI_ARGS_((char *, char *, int));
209int UUEXPORT UULoadFileWithPartNo _ANSI_ARGS_((char *, char *, int, int));
208uulist *UUEXPORT UUGetFileListItem _ANSI_ARGS_((int)); 210uulist *UUEXPORT UUGetFileListItem _ANSI_ARGS_((int));
209int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *)); 211int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *));
210int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *)); 212int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *));
211int UUEXPORT UURemoveTemp _ANSI_ARGS_((uulist *)); 213int UUEXPORT UURemoveTemp _ANSI_ARGS_((uulist *));
212int UUEXPORT UUDecodeFile _ANSI_ARGS_((uulist *, char *)); 214int UUEXPORT UUDecodeFile _ANSI_ARGS_((uulist *, char *));
223 char *, int, 225 char *, int,
224 char *, char *, int)); 226 char *, char *, int));
225int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *, 227int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *,
226 char *, int, 228 char *, int,
227 char *, char *, 229 char *, char *,
228 int, int, long)); 230 int, int, long,
231 unsigned long*));
229int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *, 232int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *,
230 char *, int, 233 char *, int,
231 char *, int)); 234 char *, int));
232int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int, 235int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int,
233 char *, char *, long)); 236 char *, char *, long));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines