mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
561 B
29 lines
561 B
/*******************************************************************************
|
|
Copyright(c) Maynard, an Archive Company. 1991
|
|
|
|
|
|
Name: overwrit.h
|
|
|
|
Description:
|
|
|
|
Location:
|
|
|
|
|
|
$Log: G:/UI/LOGFILES/OVERWRIT.H_V $
|
|
|
|
Rev 1.1 04 Oct 1992 19:48:38 DAVEV
|
|
UNICODE AWK PASS
|
|
|
|
Rev 1.0 20 Nov 1991 19:36:50 SYSTEM
|
|
Initial revision.
|
|
|
|
*******************************************************************************/
|
|
|
|
#ifndef _overwrit_h_
|
|
#define _overwrit_h_
|
|
|
|
VOID UI_OverwriteTape(
|
|
DBLK_PTR vcb_ptr ) ;
|
|
|
|
#endif
|
|
|