mdtest/src/parse_options.h

18 lines
682 B
C

/******************************************************************************\
* *
* Copyright (c) 2003, The Regents of the University of California *
* See the file COPYRIGHT for a complete copyright notice and license. *
* *
\******************************************************************************/
#ifndef _PARSE_OPTIONS_H
#define _PARSE_OPTIONS_H
#include "ior.h"
extern IOR_param_t initialTestParams;
IOR_queue_t *ParseCommandLine(int argc, char **argv);
#endif /* !_PARSE_OPTIONS_H */