home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 February / PCO_0298.ISO / filesbbs / os2 / pgp263.arj / PGP263I.SRC / PGP263II.ZIP / src / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-09  |  125 b   |  5 lines

  1. #ifndef UNIX    /* avoid conflict with stdlib.h */
  2. int pgp_getopt(int argc, char * const argv[], const char *opts);
  3. #endif
  4.  
  5.