/* ************************************************************** */ /* * BNMRUI.H * * Zachary Wolf * 1/27/03 */ #ifndef __BNMRUI_HEADER #define __BNMRUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void bnmrui_init(void); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif