/************************************************************
**
** Application: UnitConv
**
** Title:       h.binhex
**
*************************************************************/

#pragma include_only_once

#ifndef __BINHEX__H
#define __BINHEX__H


/*************************************************************/
/* exported functions */

extern void Binhex_Open (void);
extern void Binhex_LoadChoices (void);



#endif



/*************  End of h.binhex  ***********************/



