Mercurial > hg > xemacs-beta
comparison lib-src/cvtmail.c @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
51 static void skip_to_lf (FILE *stream); | 51 static void skip_to_lf (FILE *stream); |
52 static void fatal (CONST char *s1, CONST char *s2); | 52 static void fatal (CONST char *s1, CONST char *s2); |
53 static void error (CONST char *s1, CONST char *s2); | 53 static void error (CONST char *s1, CONST char *s2); |
54 | 54 |
55 int | 55 int |
56 main (argc, argv) | 56 main (int argc, char *argv[]) |
57 int argc; | |
58 char *argv[]; | |
59 { | 57 { |
60 char *hd; | 58 char *hd; |
61 char *md; | 59 char *md; |
62 char *mdd; | 60 char *mdd; |
63 char *mfile; | 61 char *mfile; |