From 00efa8caa08bfb6f5b14c5016e02c3a2b1cef050 Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Thu, 26 May 2005 21:25:50 +0000 Subject: - remove cvs_ent_getent(), it's not used anymore - don't use strcmp() to compare one-character strings --- usr.bin/cvs/cvs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/cvs/cvs.h') diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 579f5b52b8c..16e5b4f9508 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.60 2005/05/26 03:07:20 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.61 2005/05/26 21:25:49 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -369,7 +369,6 @@ int cvs_ent_write (CVSENTRIES *); struct cvs_ent* cvs_ent_parse (const char *); void cvs_ent_close (CVSENTRIES *); void cvs_ent_free (struct cvs_ent *); -struct cvs_ent* cvs_ent_getent (const char *); /* history API */ CVSHIST* cvs_hist_open (const char *); -- cgit v1.2.3