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

Comparing Convert-UUlib/uulib/uustring.c (file contents):
Revision 1.2 by root, Mon Jun 11 20:42:38 2001 UTC vs.
Revision 1.2.2.2 by root, Sun Mar 31 19:52:08 2002 UTC

48 48
49#include <uudeview.h> 49#include <uudeview.h>
50#include <uuint.h> 50#include <uuint.h>
51#include <uustring.h> 51#include <uustring.h>
52 52
53char * uustring_id = "$Id: uustring.c,v 1.2 2001/06/11 20:42:38 root Exp $"; 53char * uustring_id = "$Id: uustring.c,v 1.2.2.2 2002/03/31 19:52:08 root Exp $";
54 54
55typedef struct { 55typedef struct {
56 int code; 56 int code;
57 char * msg; 57 char * msg;
58} stringmap; 58} stringmap;
126 126
127/* 127/*
128 * Names of encoding types 128 * Names of encoding types
129 */ 129 */
130 130
131char *codenames[7] = { 131char *codenames[8] = {
132 "", "UUdata", "Base64", "XXdata", "Binhex", "Text", "Text" 132 "", "UUdata", "Base64", "XXdata", "Binhex", "Text", "Text", "yEnc"
133}; 133};
134 134
135/* 135/*
136 * Message types 136 * Message types
137 */ 137 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines