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

/* $Revision: 1.3 $ */
#ifndef HDFEH_H
#define HDFEH_H

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

#endif /* HDFEH_H */
