From 46f4d80c4c40559a383d001838d766b2b438f4f0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 9 Oct 2025 17:14:56 +0000 Subject: Move string cmp operations to skalibs. Add cgit-nollmcrawler. --- src/config/util.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/config/util.c (limited to 'src/config/util.c') diff --git a/src/config/util.c b/src/config/util.c deleted file mode 100644 index bee1503..0000000 --- a/src/config/util.c +++ /dev/null @@ -1,15 +0,0 @@ -/* ISC license. */ - -#include - -#include "tipidee-config-internal.h" - -struct starts_with_a_string_key_s -{ - char const *s ; -} ; - -int keycmp (void const *a, void const *b) -{ - return strcmp((char const *)a, ((struct starts_with_a_string_key_s const *)b)->s) ; -} -- cgit v1.3.1