/* ************************************************************* */ /* * IMAGPARAM.H * * Zachary Wolf * 11/22/99 */ #ifndef __IMAGPARAM_HEADER #define __IMAGPARAM_HEADER /* ************************************************************* */ /* INCLUDES */ #include "imag.h" /* ************************************************************* */ /* PUBLIC FUNCTION DECLARATIONS */ void imagparam_fill_param_struct(struct imag_param_struct* imag_param); /* ************************************************************** */ /* DONE */ #endif