=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/tag.c,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** src/usr.bin/cvs/tag.c 2006/06/09 14:57:13 1.46 --- src/usr.bin/cvs/tag.c 2006/06/16 14:07:42 1.47 *************** *** 1,4 **** ! /* $OpenBSD: tag.c,v 1.46 2006/06/09 14:57:13 xsa Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: tag.c,v 1.47 2006/06/16 14:07:42 joris Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria * *************** *** 19,25 **** #include "cvs.h" #include "log.h" - #include "proto.h" int cvs_tag(int, char **); void cvs_tag_local(struct cvs_file *); --- 19,24 ---- *************** *** 35,41 **** static char *tag_oldname = NULL; struct cvs_cmd cvs_cmd_tag = { ! CVS_OP_TAG, CVS_REQ_TAG, "tag", { "ta", "freeze" }, "Add a symbolic tag to checked out version of files", "[-bcdFflR] [-D date | -r rev] tag [file ...]", --- 34,40 ---- static char *tag_oldname = NULL; struct cvs_cmd cvs_cmd_tag = { ! CVS_OP_TAG, 0, "tag", { "ta", "freeze" }, "Add a symbolic tag to checked out version of files", "[-bcdFflR] [-D date | -r rev] tag [file ...]",