Change the declaration of initsd.

This commit is contained in:
Greg Lehey 1999-10-13 03:16:35 +00:00
parent 8409d98998
commit be41f47c8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52182

View File

@ -33,6 +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 $
* $FreeBSD$
*/
@ -185,7 +186,7 @@ void setstate(struct vinum_ioctl_msg *msg);
void setstate_by_force(struct vinum_ioctl_msg *msg);
void vinum_label(int);
int vinum_writedisklabel(struct volume *, struct disklabel *);
int initsd(int);
int initsd(int, int);
enum requeststatus sddownstate(struct request *rq);
int restart_plex(int plexno);