=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- src/usr.bin/cvs/cvs.h 2005/09/06 15:29:33 1.82 +++ src/usr.bin/cvs/cvs.h 2005/09/11 14:16:48 1.83 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.82 2005/09/06 15:29:33 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.83 2005/09/11 14:16:48 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -371,7 +371,7 @@ /* root.c */ struct cvsroot *cvsroot_parse(const char *); -void cvsroot_free(struct cvsroot *); +void cvsroot_remove(struct cvsroot *); struct cvsroot *cvsroot_get(const char *);