Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afssvrmgr / svr_uninstall.h
blobe6a3aaba13691a456928addfd1b1cd604e422900
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 SVR_UNINSTALL_H
11 #define SVR_UNINSTALL_H
15 * DEFINITIONS ________________________________________________________________
19 typedef struct
21 LPIDENT lpiServer;
22 TCHAR szUninstall[ MAX_PATH ];
23 } SVR_UNINSTALL_PARAMS, *LPSVR_UNINSTALL_PARAMS;
27 * PROTOTYPES _________________________________________________________________
31 void Server_Uninstall (LPIDENT lpiServer = NULL);
34 #endif