From 449ade1bcfb1a50793f8f9b5a359e76275de4d99 Mon Sep 17 00:00:00 2001 From: Soikk Date: Mon, 8 Aug 2022 21:33:19 +0200 Subject: Standarized function names. Added addTagFiles. Updated DOC and fixes bugs --- include/database.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/database.h') diff --git a/include/database.h b/include/database.h index 1ae65b6..bd60e72 100644 --- a/include/database.h +++ b/include/database.h @@ -23,6 +23,8 @@ int addFileTag(database *db, char *file, char *tag); int addFileTags(database *db, char *file, int ntags, ...); +int addTagFiles(database *db, char *tag, int nfiles, ...); + int removeFile(database *db, char *file); int removeTag(database *db, char *tag); -- cgit v1.2.3