summaryrefslogtreecommitdiff
path: root/versioncmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'versioncmp.h')
-rw-r--r--versioncmp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/versioncmp.h b/versioncmp.h
new file mode 100644
index 0000000000..879b510e82
--- /dev/null
+++ b/versioncmp.h
@@ -0,0 +1,6 @@
+#ifndef VERSIONCMP_H
+#define VERSIONCMP_H
+
+int versioncmp(const char *s1, const char *s2);
+
+#endif /* VERSIONCMP_H */