diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-26 21:25:50 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-26 21:25:50 +0000 |
commit | 00efa8caa08bfb6f5b14c5016e02c3a2b1cef050 (patch) | |
tree | 00ccefe398fdd80cddfc3fccb9ddfb98d58e1b55 /usr.bin/cvs/cvs.h | |
parent | 3efe855390fa1ce23514514f2a940e64a3287718 (diff) |
- remove cvs_ent_getent(), it's not used anymore
- don't use strcmp() to compare one-character strings
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <jfb@openbsd.org> * 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 *); |