ports/sysutils/fsearch/files/patch-src_string__utils.h
Alexey Dokuchaev c47731cb1c Add a port of FSearch, search utility focusing on performance and advanced
features, based on GTK+3.

WWW: http://www.fsearch.org/

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1476634045 which corresponds to commit cd0f03c tagged
as this release.
2017-02-03 12:37:54 +00:00

10 lines
297 B
C

--- src/string_utils.h.orig 2016-10-16 16:07:25 UTC
+++ src/string_utils.h
@@ -28,3 +28,7 @@ const char *
fsearch_strcasestr (const char *haystack,
const char *needle,
size_t needle_len);
+
+int
+strverscmp (const char *s1,
+ const char *s2);