/[emacs]/emacs/lib-src/cvtmail.c
ViewVC logotype

Diff of /emacs/lib-src/cvtmail.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by fx, Tue Dec 18 15:59:09 2001 UTC revision 1.10 by pj, Sat Dec 29 22:18:45 2001 UTC
# Line 29  Boston, MA 02111-1307, USA.  */ Line 29  Boston, MA 02111-1307, USA.  */
29   *   *
30   * In order to get rmail to read the messages, the resulting file must   * In order to get rmail to read the messages, the resulting file must
31   * be mv'ed to ~/mbox, and then have rmail invoked on them.   * be mv'ed to ~/mbox, and then have rmail invoked on them.
32   *   *
33   * Author: Larry Kolodney, 1985   * Author: Larry Kolodney, 1985
34   */   */
35    
36  #include "config.h"  #ifdef HAVE_CONFIG_H
37    #include <config.h>
38    #endif
39    
40  #include <stdio.h>  #include <stdio.h>
41    
42  #ifndef HAVE_STDLIB_H  #ifndef HAVE_STDLIB_H
# Line 119  main (argc, argv) Line 122  main (argc, argv)
122          }          }
123      }      }
124    fclose (mddf);    fclose (mddf);
125    fclose (mfilef);        fclose (mfilef);
126    return 0;    return 0;
127  }  }
128    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26