ITK Function Reference

(V10000.1.0.60_20160308.00)
singlefilerecovery.h
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (c) 1992 Electronic Data Systems Corporation
3 
4  Unpublished - All rights reserved
5  THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6  COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7  HOLDER.
8 ===============================================================================
9 File description:
10 
11  Filename: singlefilerecovery.h
12  Module : iman
13 
14 
15 ====================================================================================================
16  Date Name Description of Change
17 
18 21-Nov-2001 Katte Satish Initial Creation
19 23-Nov-2001 Bobby Ljubic Merge to project integration branch
20 06-Aug-2002 Aaron Ruckman Split libtc.dll project
21 10-Mar-2004 Brendan Brolly Reword of extern C linkage as part of NX3 rebase.
22 $HISTORY$
23 ===================================================================================================*/
24 
25 #ifndef SINGLEFILERECOVERY_H
26 
27 #include <tc/tc_startup.h>
28 
29 #include <user_exits/libuser_exits_exports.h>
30 
31 #ifdef __cplusplus
32  extern "C"{
33 #endif
34 
46 extern USER_EXITS_API int SFR_recover_files_to_location (
47  const char* dstClient,
48  const char* destination,
49  int no_of_files,
50  char * bkup_lab,
51  char ** vol_paths
52 );
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 #include <user_exits/libuser_exits_undef.h>
58 #endif
59