Mercurial > noffle
view src/wildmat.h @ 500:614a3177b15c noffle tip
Add mail-from option.
Some modern mail systems will try and ensure the sender email is a legitimate
address. Which will fail if there isn't such an address.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 14 Aug 2013 12:04:39 +0100 |
parents | 2842f50feb55 |
children |
line wrap: on
line source
/* wildmat.h Noffle header file for wildmat. $Id: wildmat.h 49 2000-05-05 21:45:56Z uh1763 $ */ #ifndef WILDMAT_H #define WILDMAT_H /* See if test is matched by pattern p. Return TRUE if so. */ Bool Wld_match(const char *text, const char *pattern); #endif