=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsprog.h,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/usr.bin/rcs/rcsprog.h 2008/05/10 19:54:58 1.61 --- src/usr.bin/rcs/rcsprog.h 2010/07/23 08:31:19 1.62 *************** *** 1,4 **** ! /* $OpenBSD: rcsprog.h,v 1.61 2008/05/10 19:54:58 tobias Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcsprog.h,v 1.62 2010/07/23 08:31:19 ray Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 80,86 **** extern char *rcs_optarg; extern char *rcs_suffixes; extern char *rcs_tmpdir; ! extern struct rcs_wklhead rcs_temp_files; /* date.y */ time_t rcs_date_parse(const char *); --- 80,86 ---- extern char *rcs_optarg; extern char *rcs_suffixes; extern char *rcs_tmpdir; ! extern struct wklhead temp_files; /* date.y */ time_t rcs_date_parse(const char *);