/* ************************************************************** */ /* * PSD1DUI.H * * Zachary Wolf * 3/28/01 */ #ifndef __PSD1DUI_HEADER #define __PSD1DUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void psd1dui_init(void); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif