ports/sysutils/fsearch/files/patch-src_string__utils.h
Alexey Dokuchaev 8f5b0d0149 - Update to the fourth beta version
- Shorten the COMMENT line
- Point WWW line to a working website
2020-06-17 08:44:34 +00:00

10 lines
249 B
C

--- src/string_utils.h.orig 2020-02-24 11:50:22 UTC
+++ src/string_utils.h
@@ -30,3 +30,7 @@ char *
fs_str_copy (char *dest,
char *end,
const char *src);
+
+int
+strverscmp (const char *s1,
+ const char *s2);