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

Comparing Convert-UUlib/uulib/uucheck.c (file contents):
Revision 1.1 by root, Mon Jun 11 19:48:58 2001 UTC vs.
Revision 1.2 by root, Mon Jun 11 20:42:36 2001 UTC

1/* 1/*
2 * This file is part of uudeview, the simple and friendly multi-part multi- 2 * This file is part of uudeview, the simple and friendly multi-part multi-
3 * file uudecoder program (c) 1994 by Frank Pilhofer. The author may be 3 * file uudecoder program (c) 1994-2001 by Frank Pilhofer. The author may
4 * contacted by his email address, fp@informatik.uni-frankfurt.de 4 * be contacted at fp@fpx.de
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details. 14 * GNU General Public License for more details.
15 */ 15 */
16
17 16
18#ifdef HAVE_CONFIG_H 17#ifdef HAVE_CONFIG_H
19#include "config.h" 18#include "config.h"
20#endif 19#endif
21 20
47#endif 46#endif
48#ifdef HAVE_MEMORY_H 47#ifdef HAVE_MEMORY_H
49#include <memory.h> 48#include <memory.h>
50#endif 49#endif
51 50
52#include <uulib.h> 51#include <uudeview.h>
53#include <uuint.h> 52#include <uuint.h>
54#include <fptools.h> 53#include <fptools.h>
55#include <uustring.h> 54#include <uustring.h>
56 55
57char * uucheck_id = "$Id: uucheck.c,v 1.1 2001/06/11 19:48:58 root Exp $"; 56char * uucheck_id = "$Id: uucheck.c,v 1.2 2001/06/11 20:42:36 root Exp $";
58 57
59/* 58/*
60 * Arbitrary number. This is the maximum number of part numbers we 59 * Arbitrary number. This is the maximum number of part numbers we
61 * store for our have-parts and missing-parts lists 60 * store for our have-parts and missing-parts lists
62 */ 61 */
1459 } 1458 }
1460 1459
1461 return UUGlobalFileList; 1460 return UUGlobalFileList;
1462} 1461}
1463 1462
1464
1465/*****************************************************************************
1466 + Frank Pilhofer fp@informatik.uni-frankfurt.de +
1467 +---------------------------------------------------------------------------+
1468 | Department of Computer Sciences * University of Frankfurt / Main, Germany |
1469 *****************************************************************************/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines