aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-11-08 23:29:08 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-11-08 23:29:08 +0300
commitabbee959bf5c87a8b2ad0b2d55d9ddb955147892 (patch)
treed1d9f09c7a650499c282d4642faa06ac171abd29 /include
parentaf5ac2e6df9c3a9c0c7c5bd35125b81a69b68069 (diff)
downloadrevela-abbee959bf5c87a8b2ad0b2d55d9ddb955147892.tar.gz
revela-abbee959bf5c87a8b2ad0b2d55d9ddb955147892.zip
Minor fixes here and there
* Added year variable to album template * Fixed a minor leak and dangling pointer * Other small improvements
Diffstat (limited to 'include')
-rw-r--r--include/components.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/components.h b/include/components.h
index ba5c866..c56de77 100644
--- a/include/components.h
+++ b/include/components.h
@@ -77,6 +77,8 @@ int album_cmp(const void *a, const void *b);
void album_add_image(struct album *, struct image *);
+void album_set_year(struct album *);
+
void album_destroy(void *data);
#endif