=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/cvs/cvs.h 2004/07/14 03:33:09 1.2 --- src/usr.bin/cvs/cvs.h 2004/07/14 04:32:42 1.3 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.2 2004/07/14 03:33:09 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.3 2004/07/14 04:32:42 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 262,267 **** --- 262,268 ---- typedef struct cvs_entries { char *cef_path; + FILE *cef_file; u_int cef_nid; /* next entry index to return for next() */ *************** *** 354,360 **** /* Entries API */ ! CVSENTRIES* cvs_ent_open (const char *); struct cvs_ent* cvs_ent_get (CVSENTRIES *, const char *); struct cvs_ent* cvs_ent_next (CVSENTRIES *); int cvs_ent_add (CVSENTRIES *, struct cvs_ent *); --- 355,361 ---- /* Entries API */ ! CVSENTRIES* cvs_ent_open (const char *, int); struct cvs_ent* cvs_ent_get (CVSENTRIES *, const char *); struct cvs_ent* cvs_ent_next (CVSENTRIES *); int cvs_ent_add (CVSENTRIES *, struct cvs_ent *);