Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afs_setup_utils / forceremove.h
1 /* Copyright (C) 1999  Transarc Corporation.  All rights reserved.
2  *
3  */
4
5 #ifndef AFS_FORCEREMOVE_H
6 #define AFS_FORCEREMOVE_H
7
8 /* Functions to forcibly remove AFS software without using InstallShield. */
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 extern DWORD Client34Eradicate(BOOL keepConfig);
15
16 #ifdef __cplusplus
17 };
18 #endif
19
20 #endif /* AFS_FORCEREMOVE_H */