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.28 by root, Sat Dec 12 11:00:20 2020 UTC vs.
Revision 1.29 by root, Sun Dec 13 03:08:48 2020 UTC

51#include <uudeview.h> 51#include <uudeview.h>
52#include <uuint.h> 52#include <uuint.h>
53#include <fptools.h> 53#include <fptools.h>
54#include <uustring.h> 54#include <uustring.h>
55 55
56char * uucheck_id = "$Id: uucheck.c,v 1.28 2020/12/12 11:00:20 root Exp $"; 56char * uucheck_id = "$Id: uucheck.c,v 1.29 2020/12/13 03:08:48 root Exp $";
57 57
58/* 58/*
59 * Arbitrary number. This is the maximum number of part numbers we 59 * Arbitrary number. This is the maximum number of part numbers we
60 * store for our have-parts and missing-parts lists 60 * store for our have-parts and missing-parts lists
61 */ 61 */
987 987
988/* 988/*
989 * Insert one part of a file into the global list 989 * Insert one part of a file into the global list
990 **/ 990 **/
991 991
992int 992ecb_hot int
993UUInsertPartToList (uufile *data) 993UUInsertPartToList (uufile *data)
994{ 994{
995 uulist *iter = UUGlobalFileList, *unew; 995 uulist *iter = UUGlobalFileList, *unew;
996 uufile *fiter, *last; 996 uufile *fiter, *last;
997 997

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines