=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/cvs/Attic/proto.c 2004/12/08 16:07:43 1.33 +++ src/usr.bin/cvs/Attic/proto.c 2004/12/08 19:28:10 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.c,v 1.33 2004/12/08 16:07:43 jfb Exp $ */ +/* $OpenBSD: proto.c,v 1.34 2004/12/08 19:28:10 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -153,6 +153,7 @@ { CVS_RESP_CLRSTICKY, "Clear-sticky" }, { CVS_RESP_RCSDIFF, "Rcs-diff" }, { CVS_RESP_TEMPLATE, "Template" }, + { CVS_RESP_COPYFILE, "Copy-file" }, }; #define CVS_NBREQ (sizeof(cvs_requests)/sizeof(cvs_requests[0]))