diff src/view_file.h @ 572:4dee80352786

Prepare switch to ViewFile (unused yet).
author zas_
date Sun, 04 May 2008 11:47:36 +0000
parents ebb2c2b1454d
children d31008c98f10
line wrap: on
line diff
--- a/src/view_file.h	Sun May 04 00:32:05 2008 +0000
+++ b/src/view_file.h	Sun May 04 11:47:36 2008 +0000
@@ -14,7 +14,7 @@
 
 #define VIEW_FILE_TYPES_COUNT 2
 
-ViewFile *vf_new(const gchar *path);
+ViewFile *vf_new(FileViewType type, const gchar *path);
 
 void vf_set_status_func(ViewFile *vf, void (*func)(ViewFile *vf, gpointer data), gpointer data);
 void vf_set_thumb_status_func(ViewFile *vf, void (*func)(ViewFile *vf, gdouble val, const gchar *text, gpointer data), gpointer data);