diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-11 18:53:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-11 18:53:52 +0000 |
commit | 3f4357f701bd93523718fad49f37ca46a1bf7b7c (patch) | |
tree | d5bb381a2c97d21f3a239000de6dadce20e8ab62 /bin/ksh/shf.h | |
parent | d50c1064a55a09bd16da6a333beabca9f69f31b5 (diff) |
remove unused variables and functions
Diffstat (limited to 'bin/ksh/shf.h')
-rw-r--r-- | bin/ksh/shf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ksh/shf.h b/bin/ksh/shf.h index 4f1c7203564..234d1510ea1 100644 --- a/bin/ksh/shf.h +++ b/bin/ksh/shf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: shf.h,v 1.5 2005/03/30 17:16:37 deraadt Exp $ */ +/* $OpenBSD: shf.h,v 1.6 2005/12/11 18:53:51 deraadt Exp $ */ #ifndef SHF_H # define SHF_H @@ -66,9 +66,7 @@ struct shf *shf_sopen(char *, int, int, struct shf *); int shf_close(struct shf *); int shf_fdclose(struct shf *); char *shf_sclose(struct shf *); -int shf_finish(struct shf *); int shf_flush(struct shf *); -int shf_seek(struct shf *, off_t, int); int shf_read(char *, int, struct shf *); char *shf_getse(char *, int, struct shf *); int shf_getchar(struct shf *s); |