diff options
author | 2005-03-29 16:30:21 +0000 | |
---|---|---|
committer | 2005-03-29 16:30:21 +0000 | |
commit | a7a2a1baef92d5dbf7c3fd3a95e0d02ed59ef0f5 (patch) | |
tree | c4b3db893b4b571de11a2b5182566692c190c7b3 | |
parent | Regen. (diff) | |
download | wireguard-openbsd-a7a2a1baef92d5dbf7c3fd3a95e0d02ed59ef0f5.tar.xz wireguard-openbsd-a7a2a1baef92d5dbf7c3fd3a95e0d02ed59ef0f5.zip |
udf_disklabelspoof() proto
-rw-r--r-- | sys/sys/disklabel.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index c15f9d4716d..4f463f2a9dd 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.25 2005/03/28 21:26:19 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.26 2005/03/29 16:30:21 deraadt Exp $ */ /* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */ /* @@ -370,6 +370,10 @@ int bounds_check_with_label(struct buf *, struct disklabel *, int iso_disklabelspoof(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp); #endif +#ifdef UDF +int udf_disklabelspoof(dev_t dev, void (*strat)(struct buf *), + struct disklabel *lp); +#endif #endif #endif /* _LOCORE */ |