summaryrefslogtreecommitdiffstats
path: root/private/utils/ntbackup/inc/misc.h
blob: 90f4242fb5adf57570d4ccc5872b60f1dc58d370 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*******************************************************************************
Copyright(c) Maynard, an Archive Company.  1991


     Name:         misc.h

     Description:  


     $Log:   G:/UI/LOGFILES/MISC.H_V  $

   Rev 1.1   04 Oct 1992 19:47:54   DAVEV
UNICODE AWK PASS

   Rev 1.0   20 Nov 1991 19:40:26   SYSTEM
Initial revision.

*******************************************************************************/

#ifndef _misc_h_
#define _misc_h_

CHAR g_disk( VOID ) ;
INT16 s_disk( CHAR disk_letter ) ;

#endif