NetBSD/sys/arch/i386/stand/installboot/installboot.h
1998-01-05 07:02:46 +00:00

10 lines
266 B
C

/* $NetBSD: installboot.h,v 1.3 1998/01/05 07:02:57 perry Exp $ */
ino_t createfileondev __P((char *, char *, char *, int));
void cleanupfileondev __P((char *, char *, int));
char *getmountpoint __P((char *));
void cleanupmount __P((char *));
extern int verbose;