/******************************************************************************\ * * * 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_test_t *ParseCommandLine(int argc, char **argv); #endif /* !_PARSE_OPTIONS_H */