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

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

#endif /* HDFHL_H */

