/* ************************************************************** */ /* * TELETRACUI.H * * Zachary Wolf * 4/4/01 */ #ifndef __TELETRACUI_HEADER #define __TELETRACUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void teletracui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif