NetBSD/sys/arch/i386/stand/installboot/installboot.h
drochner 1a0708ed1d -Print debug messages to stderr instead of stdout to avoid mix with
warn() output.
-Try to rename an existing "/boot" before writing a new one. This allows
 to restore the old boot if an error occurs later.
1997-07-21 18:04:35 +00:00

8 lines
198 B
C

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;