/* ************************************************************* */ /* * XMAGPARAM.H * * Zachary Wolf * 11/16/00 */ #ifndef __XMAGPARAM_HEADER #define __XMAGPARAM_HEADER /* ************************************************************* */ /* INCLUDES */ #include "xmag.h" /* ************************************************************* */ /* PUBLIC FUNCTION DECLARATIONS */ void xmagparam_fill_param_struct(struct xmag_param_struct* xmag_param); /* ************************************************************** */ /* DONE */ #endif