From ff5da06da823ac3a0bc7e89b35ed573255139b2d Mon Sep 17 00:00:00 2001 From: Soikk Date: Sun, 24 Jul 2022 22:18:31 +0200 Subject: Added ref count for files & tags. Refactored database.c. Removed tags.h but kept documentation. --- include/str.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/str.h') diff --git a/include/str.h b/include/str.h index de119f8..999f1e3 100644 --- a/include/str.h +++ b/include/str.h @@ -14,5 +14,4 @@ char *normalizeStrLimit(const char *str, uint32_t *l, uint32_t limit); ssize_t strInTags(const char *tags, int n, const char *ndl, int m, char sep); - #endif -- cgit v1.2.3