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

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

#endif /* HDFVH_H */

