Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afssvrmgr / svr_uninstall.h
1 #ifndef SVR_UNINSTALL_H
2 #define SVR_UNINSTALL_H
3
4
5 /*
6  * DEFINITIONS ________________________________________________________________
7  *
8  */
9
10 typedef struct
11    {
12    LPIDENT lpiServer;
13    TCHAR szUninstall[ MAX_PATH ];
14    } SVR_UNINSTALL_PARAMS, *LPSVR_UNINSTALL_PARAMS;
15
16
17 /*
18  * PROTOTYPES _________________________________________________________________
19  *
20  */
21
22 void Server_Uninstall (LPIDENT lpiServer = NULL);
23
24
25 #endif
26