diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-05-27 05:49:15 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-05-27 05:49:15 +0000 |
commit | 21be1db1b7c2070593e7732c1c3d20c574a7845d (patch) | |
tree | 8e2cda7a29306dd5aa527f2feca80a41aa42fc93 /usr.bin/rcs/rcsutil.h | |
parent | 43205cef80d4f7ad59a6a71c15a3202e9191ab95 (diff) |
Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),
handling exceptions oddly.
OK joris@
Diffstat (limited to 'usr.bin/rcs/rcsutil.h')
-rw-r--r-- | usr.bin/rcs/rcsutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsutil.h b/usr.bin/rcs/rcsutil.h index 977e370431a..b7d2e703458 100644 --- a/usr.bin/rcs/rcsutil.h +++ b/usr.bin/rcs/rcsutil.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsutil.h,v 1.4 2006/04/27 07:59:33 xsa Exp $ */ +/* $OpenBSD: rcsutil.h,v 1.5 2006/05/27 05:49:14 ray Exp $ */ /* * Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org> * All rights reserved. @@ -52,7 +52,6 @@ struct rcs_argvector { int rcs_getopt(int, char **, const char *); void rcs_set_mtime(RCSFILE *, time_t); int rcs_choosefile(const char *, char *, size_t); -int rcs_statfile(char *, char *, size_t, int); time_t rcs_get_mtime(RCSFILE *); RCSNUM *rcs_getrevnum(const char *, RCSFILE *); char *rcs_prompt(const char *); |