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

#ifndef	_GET_PW_DLG_H_
#define _GET_PW_DLG_H_

BOOL GetAfsPrincipalPassword(HWND hParent, TCHAR *&pszServerPW);

#endif	// _GET_PW_DLG_H_

