summaryrefslogtreecommitdiffstats
path: root/sbin/pdisk/dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pdisk/dump.h')
-rw-r--r--sbin/pdisk/dump.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pdisk/dump.h b/sbin/pdisk/dump.h
index e6bc7bfcf6a..d87cb481fdd 100644
--- a/sbin/pdisk/dump.h
+++ b/sbin/pdisk/dump.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dump.h,v 1.16 2016/01/29 14:54:38 krw Exp $ */
+/* $OpenBSD: dump.h,v 1.17 2016/01/31 14:55:41 krw Exp $ */
/*
* dump.h - dumping partition maps
@@ -30,7 +30,6 @@
#ifndef __dump__
#define __dump__
-void dump_block(unsigned char *, int);
void dump_partition_map(struct partition_map *);
void full_dump_partition_entry(struct partition_map *, int);
void full_dump_block_zero(struct partition_map *);