Mercurial > geeqie
changeset 252:33d06ce2ec61
Add missing prototype to header file.
author | zas_ |
---|---|
date | Thu, 03 Apr 2008 22:33:28 +0000 |
parents | 4190882d1a82 |
children | b932b6928e20 |
files | src/view_file_icon.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/view_file_icon.h Thu Apr 03 22:29:20 2008 +0000 +++ b/src/view_file_icon.h Thu Apr 03 22:33:28 2008 +0000 @@ -32,6 +32,7 @@ FileData *vficon_index_get_data(ViewFileIcon *vfi, gint row); gchar *vficon_index_get_path(ViewFileIcon *vfi, gint row); gint vficon_index_by_path(ViewFileIcon *vfi, const gchar *path); +gint vficon_index_by_fd(ViewFileIcon *vfi, FileData *in_fd); gint vficon_count(ViewFileIcon *vfi, gint64 *bytes); GList *vficon_get_list(ViewFileIcon *vfi);