/* $Revision: 1.1 $ */
#ifndef HDFHD_H
#define HDFHD_H

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

#endif /* HDFHD_H */

