=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- src/usr.bin/cvs/cvs.h 2007/06/27 03:58:16 1.138 +++ src/usr.bin/cvs/cvs.h 2007/06/27 20:27:38 1.139 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.138 2007/06/27 03:58:16 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.139 2007/06/27 20:27:38 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -324,8 +324,6 @@ extern struct cvs_cmd cvs_cmd_import; extern struct cvs_cmd cvs_cmd_init; extern struct cvs_cmd cvs_cmd_log; -extern struct cvs_cmd cvs_cmd_login; -extern struct cvs_cmd cvs_cmd_logout; extern struct cvs_cmd cvs_cmd_rdiff; extern struct cvs_cmd cvs_cmd_release; extern struct cvs_cmd cvs_cmd_remove;