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

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

#endif /* HDFVF_H */

