home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncftp-2.3.0-base.tgz / ncftp-2.3.0-base.tar / contrib / ncftp / Getopt.h < prev    next >
Text File  |  1995-03-07  |  154b  |  8 lines

  1. /* Getopt.h */
  2.  
  3. #define kGetoptBadChar   ((int)'?')
  4. #define kGetoptErrMsg    ""
  5.  
  6. void GetoptReset(void);
  7. int Getopt(int nargc, char **nargv, char *ostr);
  8.