=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/cvs/Attic/proto.h 2004/12/07 17:10:56 1.5 +++ src/usr.bin/cvs/Attic/proto.h 2005/04/18 21:02:50 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.5 2004/12/07 17:10:56 tedu Exp $ */ +/* $OpenBSD: proto.h,v 1.6 2005/04/18 21:02:50 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -183,7 +183,7 @@ int cvs_senddir (struct cvsroot *, CVSFILE *); int cvs_sendarg (struct cvsroot *, const char *, int); int cvs_sendln (struct cvsroot *, const char *); -int cvs_sendentry (struct cvsroot *, const struct cvs_ent *); +int cvs_sendentry (struct cvsroot *, const CVSFILE *); int cvs_sendraw (struct cvsroot *, const void *, size_t); ssize_t cvs_recvraw (struct cvsroot *, void *, size_t);