- Changed strcpy() calls into strlcpy() calls, just to be extra safe.
[rsync/rsync.git] / lib / wildmatch.h
2006-01-02 Wayne DavisonThe latest prototypes.
2005-12-30 Wayne DavisonAdded a prototype for iwildmatch().
2005-12-18 Wayne DavisonTweaked the name of the first arg to wildmatch().
2003-07-05 Wayne DavisonA new wildcard-matching routine to replace the fnmatch...