diff options
Diffstat (limited to 'src/items.h')
| -rw-r--r-- | src/items.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/items.h b/src/items.h index 2d0df59..24a521f 100644 --- a/src/items.h +++ b/src/items.h @@ -127,6 +127,11 @@ void get_album_titles (const gchar *filename, gchar **title, gchar **description TGalleryType get_child_gallery_type (const gchar *filename); /* + * dup_path_info: duplicate pathinfo data + */ +TPathInfo * dup_path_info (TPathInfo *path_info); + +/* * free_path_info: free allocated pathinfo data */ void free_path_info (TPathInfo *path_info); |
