/* $Revision: 1.3 $ */

#ifndef HDFPT_H
#define HDFPT_H

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

#endif /* HDFPT_H */

