=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/repo.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/cvs/Attic/repo.h 2005/07/25 11:32:20 1.2 +++ src/usr.bin/cvs/Attic/repo.h 2005/08/08 11:47:53 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: repo.h,v 1.2 2005/07/25 11:32:20 xsa Exp $ */ +/* $OpenBSD: repo.h,v 1.3 2005/08/08 11:47:53 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. @@ -147,7 +147,7 @@ int cvs_repo_lockent(CVSRPENT *, int, pid_t); int cvs_repo_unlockent(CVSRPENT *, pid_t); void cvs_repo_entfree(CVSRPENT *); -void cvs_repo_modfreeCVSMODULE *); +void cvs_repo_modfree(CVSMODULE *); CVSRPENT *cvs_repo_find(CVSREPO *, const char *);