/* ************************************************************* */ /* * VMAGPARAM.H * * Zachary Wolf * 12/15/00 */ #ifndef __VMAGPARAM_HEADER #define __VMAGPARAM_HEADER /* ************************************************************* */ /* INCLUDES */ #include "vmag.h" /* ************************************************************* */ /* PUBLIC FUNCTION DECLARATIONS */ void vmagparam_fill_param_struct(struct vmag_param_struct* vmag_param); /* ************************************************************** */ /* DONE */ #endif