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

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

#endif /* HDFSD_H */

