summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-09 15:31:29 +0000
committerJim Meyering <jim@meyering.net>1997-07-09 15:31:29 +0000
commita9309ad8726621cd900c52ec3b2f04fcfd62018c (patch)
tree6dae963bd64fb7fc4aa80ea309d8eeb0374b5d82
parentbc1634bc1aed0d79bbef5271d68d31c43d366257 (diff)
downloadcoreutils-a9309ad8726621cd900c52ec3b2f04fcfd62018c.tar.xz
.
-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_ */