home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- //
- // FILE: getopt.h
- //
- // Header for the GetOption function
- //
- // COMMENTS:
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- // function prototypes
- int GetOption (int argc, char** argv, char* pszValidOpts, char** ppszParam);
-