diff options
author | grog <grog@FreeBSD.org> | 2000-01-05 06:04:17 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2000-01-05 06:04:17 +0000 |
commit | 0e4386ec6fdd11c5b0168fc0841f96bea502940b (patch) | |
tree | ef97af81a0555d62ba5aabbb035f2b2d7c2195fd /sys/dev | |
parent | aa30afaa108df385ed80d13527aee80412935853 (diff) | |
download | FreeBSD-src-0e4386ec6fdd11c5b0168fc0841f96bea502940b.zip FreeBSD-src-0e4386ec6fdd11c5b0168fc0841f96bea502940b.tar.gz |
Add declaration for give_sd_to_drive, needed for the 'move' command.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/vinum/vinumext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumext.h b/sys/dev/vinum/vinumext.h index 77cbba3..d144375 100644 --- a/sys/dev/vinum/vinumext.h +++ b/sys/dev/vinum/vinumext.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumext.h,v 1.21 1999/10/12 04:34:22 grog Exp grog $ + * $Id: vinumext.h,v 1.22 1999/12/30 07:03:37 grog Exp grog $ * $FreeBSD$ */ @@ -60,6 +60,7 @@ struct proc; int vinum_inactive(int); void free_vinum(int); int give_sd_to_plex(int plexno, int sdno); +void give_sd_to_drive(int sdno); int give_plex_to_volume(int volno, int plexno); struct drive *check_drive(char *); enum drive_label_info read_drive_label(struct drive *, int); |