diff options
Diffstat (limited to 'sbin/pdisk/convert.h')
-rw-r--r-- | sbin/pdisk/convert.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pdisk/convert.h b/sbin/pdisk/convert.h index d718c3e49bd..2e51db41f5e 100644 --- a/sbin/pdisk/convert.h +++ b/sbin/pdisk/convert.h @@ -1,4 +1,4 @@ -/* $OpenBSD: convert.h,v 1.4 2016/01/11 07:54:07 jasper Exp $ */ +/* $OpenBSD: convert.h,v 1.5 2016/01/17 14:28:25 krw Exp $ */ // // convert.h - Little-endian conversion @@ -61,7 +61,6 @@ // Forward declarations // int convert_block0(Block0 *data, int to_cpu_form); -int convert_bzb(BZB *data, int to_cpu_form); int convert_dpme(DPME *data, int to_cpu_form); #endif /* __convert__ */ |