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

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

#endif /* HDFML_H */

