Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afssvrmgr / set_dump.h
blob85eff73b9f6ea5d3eba27bdd00640a8e05d86f4a
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
10 #ifndef SET_DUMP_H
11 #define SET_DUMP_H
15 * DEFINITIONS ________________________________________________________________
19 typedef struct
21 LPIDENT lpi;
22 TCHAR szFilename[ MAX_PATH ];
23 BOOL fDumpByDate;
24 SYSTEMTIME stDump;
25 } SET_DUMP_PARAMS, *LPSET_DUMP_PARAMS;
29 * PROTOTYPES _________________________________________________________________
33 void Filesets_Dump (LPIDENT lpi);
36 #endif