diff options
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/stand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h index e48565a..b3d7c41 100644 --- a/lib/libstand/stand.h +++ b/lib/libstand/stand.h @@ -212,7 +212,6 @@ extern void free_region(void *start, void *end); /* disklabel support (undocumented, may be junk) */ struct disklabel; extern char *getdisklabel(const char *, struct disklabel *); -extern int dkcksum(struct disklabel *); extern int printf(const char *fmt, ...); extern void vprintf(const char *fmt, _BSD_VA_LIST_); |