X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fstring-map.c;fp=lib%2Fstring-map.c;h=a88404c734ff5a93ab98349bcc7913229bd19e47;hb=e88297c072e6bfbeaedc1287ec695ca37537255e;hp=ad818207f5d4a91450336a99af2518ffcd2b8bc3;hpb=09595cf577616f657fdfcd235c4e04d91b3c020a;p=notmuch diff --git a/lib/string-map.c b/lib/string-map.c index ad818207..a88404c7 100644 --- a/lib/string-map.c +++ b/lib/string-map.c @@ -106,7 +106,7 @@ _notmuch_string_map_sort (notmuch_string_map_t *map) map->sorted = true; } -static bool +static int string_cmp (const char *a, const char *b, bool exact) { if (exact)