/* ************************************************************** */ /* * VCOILUI.H * * Zachary Wolf * 10/9/02 */ #ifndef __VCOILUI_HEADER #define __VCOILUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void vcoilui_init(struct vcoil_param_struct vcoil_param); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif