Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afs_setup_utils / progress_dlg.h
1 /*
2  * Copyright (C) 1998  Transarc Corporation.
3  * All rights reserved.
4  *
5  */
6
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 BOOL ShowProgressDialog(char *pszMsg);
13 void HideProgressDialog(void);
14
15 #ifdef __cplusplus
16 }
17 #endif
18