GETOPT.H

/////////////////////////////////////////////////////////////////////////////// 
//
// FILE: getopt.h
//
// Header for the GetOption function
//
// COMMENTS:
//
///////////////////////////////////////////////////////////////////////////////

// function prototypes
int GetOption (int argc, char** argv, char* pszValidOpts, char** ppszParam);