diff options
Diffstat (limited to 'sys/arch/sun3/stand/tapeboot/dev_tape.h')
-rw-r--r-- | sys/arch/sun3/stand/tapeboot/dev_tape.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/sun3/stand/tapeboot/dev_tape.h b/sys/arch/sun3/stand/tapeboot/dev_tape.h index ab794284b82..7e530554dea 100644 --- a/sys/arch/sun3/stand/tapeboot/dev_tape.h +++ b/sys/arch/sun3/stand/tapeboot/dev_tape.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dev_tape.h,v 1.3 2001/07/04 08:33:57 niklas Exp $ */ + int tape_open __P((struct open_file *, ...)); int tape_close __P((struct open_file *)); |