summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-08-08 11:47:54 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-08-08 11:47:54 +0000
commit1e13aa819e750e1a1e169661d868bcc0028def41 (patch)
treeb316417a0ae153d35da8597754d55b2c3fe30510
parenteadf6f25016c6b47a85496df5715182dd9104e57 (diff)
add missing `(' in function declaration;
-rw-r--r--usr.bin/cvs/repo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/repo.h b/usr.bin/cvs/repo.h
index 112987daf97..3b92b8af949 100644
--- a/usr.bin/cvs/repo.h
+++ b/usr.bin/cvs/repo.h
@@ -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 <jfb@openbsd.org>
* All rights reserved.
@@ -147,7 +147,7 @@ int cvs_repo_unlockdir(CVSREPO *, const char *, pid_t);
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 *);