/* ************************************************************** */ /* * BTCOILUI.H * * Zachary Wolf * 2/3/00 */ #ifndef __BTCOILUI_HEADER #define __BTCOILUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void btcoilui_init(struct btcoil_param_struct btcoil_param); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif