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

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

#endif /* HDFV_H */
