diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-09 17:14:56 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-09 17:14:56 +0000 |
| commit | 46f4d80c4c40559a383d001838d766b2b438f4f0 (patch) | |
| tree | a1471d419df12d24edea840df64da269a656ca33 /src/config/util.c | |
| parent | eb56bacc8f5fff95cb752a7f8b3aefe8ed3f3d9a (diff) | |
| download | tipidee-46f4d80c4c40559a383d001838d766b2b438f4f0.tar.gz | |
Move string cmp operations to skalibs. Add cgit-nollmcrawler.
Diffstat (limited to 'src/config/util.c')
| -rw-r--r-- | src/config/util.c | 15 |
1 files changed, 0 insertions, 15 deletions
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 <string.h> - -#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) ; -} |
