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


/*
*	Exported functions.
*/

#ifdef __cplusplus
extern "C" {
#endif

LONG APIENTRY CPlApplet(HWND hwndCPl, UINT uMsg, LONG lParam1, LONG lParam2);

#ifdef __cplusplus
}
#endif


