/* Copyright 1984-98 by The MathWorks, Inc. */

/* $Revision: 1.4 $ */
#ifndef HDFGD_H
#define HDFGD_H

extern void hdfGD(int nlhs,
                     mxArray *plhs[],
                     int nrhs,
                     const mxArray *prhs[],
                     char *functionStr);

#endif /* HDFGD_H */
