share_zap
ret = share_zap(myhostname, argv[optind]);
ret = share_zap(argv[optind], myhostname);
static int share_zap(char *, char *);