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.2 by root, Sun Mar 31 19:52:07 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 2002/03/31 19:50:21 root Exp $ 24 * $Id: uudeview.h,v 1.1.2.2 2002/03/31 19:52:07 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines