summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/strverscmp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/strverscmp.h b/lib/strverscmp.h
new file mode 100644
index 000000000..79737fe17
--- /dev/null
+++ b/lib/strverscmp.h
@@ -0,0 +1,8 @@
+/* strverscmp.h -- compare strings holding indices/version numbers */
+
+#ifndef STRVERSCMP_H_
+# define STRVERSCMP_H_
+
+int strverscmp (const char*, const char*);
+
+#endif /* not STRVERSCMP_H_ */