diff src/view_file.h @ 1608:fe9ac4a5c969

Merge common thumb code from view_file_list and view_file_icon to view_file.
author zas_
date Thu, 14 May 2009 20:32:14 +0000
parents d352a44545a6
children 5ad450d67878
line wrap: on
line diff
--- a/src/view_file.h	Tue May 12 20:54:58 2009 +0000
+++ b/src/view_file.h	Thu May 14 20:32:14 2009 +0000
@@ -61,6 +61,8 @@
 void vf_notify_cb(FileData *fd, NotifyType type, gpointer data);
 
 void vf_thumb_update(ViewFile *vf);
+void vf_thumb_cleanup(ViewFile *vf);
+void vf_thumb_stop(ViewFile *vf);
 
 #endif /* VIEW_FILE_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */