/* ************************************************************* */ /* * BLHARPARAM.H * * Zachary Wolf * 11/23/99 */ #ifndef __BLHARPARAM_HEADER #define __BLHARPARAM_HEADER /* ************************************************************* */ /* INCLUDES */ #include "blhar.h" /* ************************************************************* */ /* PUBLIC FUNCTION DECLARATIONS */ void blharparam_fill_param_struct(struct blhar_param_struct* blhar_param); /* ************************************************************** */ /* DONE */ #endif