/*
 * Copyright (C) 1998  Transarc Corporation.
 * All rights reserved.
 *
 */


#ifdef __cplusplus
extern "C" {
#endif

BOOL ShowProgressDialog(char *pszMsg);
void HideProgressDialog(void);

#ifdef __cplusplus
}
#endif

