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

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

#endif /* HDFHE_H */
