/* ************************************************************* */ /* * TMAGPARAM.H * * Zachary Wolf * 11/16/00 */ #ifndef __TMAGPARAM_HEADER #define __TMAGPARAM_HEADER /* ************************************************************* */ /* INCLUDES */ #include "tmag.h" /* ************************************************************* */ /* PUBLIC FUNCTION DECLARATIONS */ void tmagparam_fill_param_struct(struct tmag_param_struct* tmag_param); /* ************************************************************** */ /* DONE */ #endif