]> diplodocus.org Git - nmh/blobdiff - h/utils.h
Changed build_nmh sasl and tls defaults to be configure's.
[nmh] / h / utils.h
index c8384b3921dd7981db70359c80bc8204b3e8c2ef..fe05493185046c4ff7947b4bbd2b67fa47476311 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -64,6 +64,7 @@ char *rfind_str (const char [], size_t, const char *);
 char *nmh_strcasestr (const char *, const char *);
 
 bool HasPrefix(const char *s, const char *prefix);
+bool HasSuffix(const char *s, const char *suffix);
 bool HasSuffixC(const char *s, int c);
 void TrimSuffixC(char *s, int c);
 void ToLower(char *s);