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.2.4 by root, Thu Nov 6 13:08:25 2003 UTC vs.
Revision 1.2.2.5 by root, Sun Apr 18 19:55:46 2004 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.2.4 2003/11/06 13:08:25 root Exp $"; 53char * uustring_id = "$Id: uustring.c,v 1.2.2.5 2004/04/18 19:55:46 root Exp $";
54 54
55typedef struct { 55typedef struct {
56 int code; 56 int code;
57 char * msg; 57 char * msg;
58} stringmap; 58} stringmap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines