#ifndef UNIX	/* avoid conflict with stdlib.h */
#ifndef VMS
int pgp_getopt(int argc, char **argv, char *opts);
#endif /* ndef VMS */
#endif

