/* All Rights Reserved - 2000 */

/*--------------------------------------------------------------------------*/

#ifndef uat_h
#define uat_h

/*--------------------------------------------------------------------------*/

void UatInitialize(const char *outputFileName);

/*--------------------------------------------------------------------------*/

void UatSend(char d);

/*--------------------------------------------------------------------------*/

#endif