=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/cvs/cvs.h 2004/07/14 19:03:00 1.4 +++ src/usr.bin/cvs/cvs.h 2004/07/14 19:08:48 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.4 2004/07/14 19:03:00 jfb Exp $ */ +/* $OpenBSD: cvs.h,v 1.5 2004/07/14 19:08:48 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -358,6 +358,7 @@ struct cvs_ent* cvs_ent_get (CVSENTRIES *, const char *); struct cvs_ent* cvs_ent_next (CVSENTRIES *); int cvs_ent_add (CVSENTRIES *, struct cvs_ent *); +int cvs_ent_addln (CVSENTRIES *, const char *); int cvs_ent_remove (CVSENTRIES *, const char *); struct cvs_ent* cvs_ent_parse (const char *); void cvs_ent_close (CVSENTRIES *);