]> diplodocus.org Git - nmh/blobdiff - h/utils.h
More test-version-check debugging, on Linux buildbot hosts.
[nmh] / h / utils.h
index cd696784f14365224750a4cc2c4cf3f2979d81f0..00249be447fd7670864768911b3d5d644b4f980b 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -57,3 +57,11 @@ char *nmh_strcasestr (const char *, const char *);
  * Returns 1 if the string contains an 8-bit character, 0 if it does not.
  */
 int contains8bit(const char *start, const char *end);
+
+/*
+ * Compares prior version of nmh with current version.  Returns 1
+ * if they compare the be the same, 0 if not.
+ *
+ * older        - 0 for difference comparison, 1 for only if older
+ */
+int nmh_version_changed (int older);