death to trailing whitespace
[openafs.git] / src / WINNT / afssvrmgr / set_repprop.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
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  */
9
10 #ifndef SET_REPPROP_H
11 #define SET_REPPROP_H
12
13
14 /*
15  * DEFINITIONS ________________________________________________________________
16  *
17  */
18
19 typedef struct
20    {
21    LPIDENT lpiReq;
22    LPIDENT lpiRW;
23    FILESETSTATUS fs;
24    } SET_REPPROP_INIT_PARAMS, *LPSET_REPPROP_INIT_PARAMS;
25
26
27 /*
28  * PROTOTYPES _________________________________________________________________
29  *
30  */
31
32 void Filesets_ShowReplication (HWND hDlg, LPIDENT lpiFileset, LPIDENT lpiTarget = NULL);
33
34 void Filesets_OnEndTask_ShowReplication (LPTASKPACKET ptp);
35
36
37 #endif
38