diff options
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r-- | bin/pax/pax.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 26477976e4f..290dc58730c 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pax.h,v 1.17 2005/11/09 19:59:06 otto Exp $ */ +/* $OpenBSD: pax.h,v 1.18 2014/01/30 13:30:11 espie Exp $ */ /* $NetBSD: pax.h,v 1.3 1995/03/21 09:07:41 cgd Exp $ */ /*- @@ -207,10 +207,6 @@ typedef struct { /* CAUTION: parameters to this function are */ /* different for trailers inside or outside */ /* of headers. See get_head() for details */ - int (*rd_data)(ARCHD *, /* read/process file data from the archive */ - int, off_t *); - int (*wr_data)(ARCHD *, /* write/process file data to the archive */ - int, off_t *); int (*options)(void); /* process format specific options (-o) */ } FSUB; |