Added prototypes.
This commit is contained in:
parent
b44161b3e0
commit
157b9ad554
@ -1,5 +1,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <scsi/scsiconf.h>
|
||||
|
||||
/* XXX There should be a way for a type driver to have its own
|
||||
* private senses and add them when it is added.
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.41 1995/12/13 20:08:53 peter Exp $
|
||||
* $Id: scsiconf.c,v 1.42 1995/12/14 09:54:29 phk Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -69,6 +69,7 @@ struct extend_array
|
||||
};
|
||||
|
||||
static void make_readable __P((char *to, char *from, size_t n));
|
||||
static int match __P((char *pattern, char *name));
|
||||
static int scsi_bus_conf __P((struct scsi_link *sc_link_proto));
|
||||
|
||||
static void *
|
||||
|
Loading…
Reference in New Issue
Block a user