Windows: permit aklog to build with krb4 support and roken
[openafs.git] / src / WINNT / afssvrmgr / svr_install.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 SVR_INSTALL_H
11 #define SVR_INSTALL_H
12
13
14 /*
15  * DEFINITIONS ________________________________________________________________
16  *
17  */
18
19 typedef struct
20    {
21    LPIDENT lpiServer;
22    TCHAR szSource[ MAX_PATH ];
23    TCHAR szTarget[ MAX_PATH ];
24    } SVR_INSTALL_PARAMS, *LPSVR_INSTALL_PARAMS;
25
26
27 /*
28  * PROTOTYPES _________________________________________________________________
29  *
30  */
31
32 void Server_Install (LPIDENT lpiServer = NULL);
33
34
35 #endif
36