diff options
Diffstat (limited to 'usr.bin/cvs/proto.h')
-rw-r--r-- | usr.bin/cvs/proto.h | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/usr.bin/cvs/proto.h b/usr.bin/cvs/proto.h index b4e54a48b50..90e0e281dbd 100644 --- a/usr.bin/cvs/proto.h +++ b/usr.bin/cvs/proto.h @@ -1,16 +1,16 @@ -/* $OpenBSD: proto.h,v 1.4 2004/08/04 13:26:03 jfb Exp $ */ +/* $OpenBSD: proto.h,v 1.5 2004/12/07 17:10:56 tedu Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> - * All rights reserved. + * All rights reserved. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. + * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY @@ -21,7 +21,7 @@ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef PROTO_H @@ -35,8 +35,6 @@ #define CVS_PROTO_MAXARG 256 - - #define CVS_REQ_TIMEOUT 300 @@ -163,12 +161,6 @@ struct cvs_resp { }; - - - - - - int cvs_sendfile (struct cvsroot *, const char *); BUF* cvs_recvfile (struct cvsroot *, mode_t *); int cvs_connect (struct cvsroot *); |