diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/components.h | 2 | 
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 | 
