1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add the missing forward declaration of chopen. Reported in the

mailinglists some time ago.
This commit is contained in:
Andreas Schulz 1995-01-19 21:02:54 +00:00
parent bb38a730ff
commit a4ef0a998a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5715

View File

@ -2,7 +2,7 @@
* Written by grefen@?????
* Based on scsi drivers by Julian Elischer (julian@tfs.com)
*
* $Id: ch.c,v 1.11 1994/10/23 21:27:53 wollman Exp $
* $Id: ch.c,v 1.12 1995/01/08 13:38:29 dufault Exp $
*/
#include <sys/types.h>
@ -37,6 +37,7 @@ u_int32 ch_xfer_block_wait[NCH];
#define ESUCCESS 0
errval chopen();
errval chattach();
/*