Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

Example

/* Use wildcard match to see if this path is one we want */
char *path;char *match = "/usr/netscape/*";if (shexp_cmp(path, match) != 0)  
	return REQ_NOACTION;   /* no match */