home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / ncftp-2.4.2-MIHS / src / Getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-07  |  154 b   |  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.