diff options
| author | Soikk | 2022-08-08 21:33:19 +0200 |
|---|---|---|
| committer | Soikk | 2022-08-08 21:33:19 +0200 |
| commit | 449ade1bcfb1a50793f8f9b5a359e76275de4d99 (patch) | |
| tree | 18ddd521a00300d753d2cef685300ba2fa21480d /include/database.h | |
| parent | 5dd0d7700fa98197cdadaa2369d789e092cc0f49 (diff) | |
| download | soikk-DB-449ade1bcfb1a50793f8f9b5a359e76275de4d99.tar.xz soikk-DB-449ade1bcfb1a50793f8f9b5a359e76275de4d99.tar.zst | |
Standarized function names. Added addTagFiles. Updated DOC and fixes bugs
Diffstat (limited to 'include/database.h')
| -rw-r--r-- | include/database.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
