=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/rcs.h,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- src/usr.bin/cvs/rcs.h 2006/03/27 21:56:32 1.54 +++ src/usr.bin/cvs/rcs.h 2006/03/30 06:07:35 1.55 @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.54 2006/03/27 21:56:32 niallo Exp $ */ +/* $OpenBSD: rcs.h,v 1.55 2006/03/30 06:07:35 ray Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -266,7 +266,7 @@ void rcsnum_free(RCSNUM *); int rcsnum_aton(const char *, char **, RCSNUM *); char *rcsnum_tostr(const RCSNUM *, char *, size_t); -int rcsnum_cpy(const RCSNUM *, RCSNUM *, u_int); +void rcsnum_cpy(const RCSNUM *, RCSNUM *, u_int); int rcsnum_cmp(const RCSNUM *, const RCSNUM *, u_int); /* rcstime.c */