diff src/view_file.h @ 633:fe700864cb5a

Use vf_* functions where possible.
author zas_
date Sun, 11 May 2008 21:11:54 +0000
parents 6e9413e92be5
children 92208e71673b
line wrap: on
line diff
--- a/src/view_file.h	Sun May 11 20:38:21 2008 +0000
+++ b/src/view_file.h	Sun May 11 21:11:54 2008 +0000
@@ -14,6 +14,8 @@
 
 #define VIEW_FILE_TYPES_COUNT 2
 
+void vf_send_update(ViewFile *vf);
+
 ViewFile *vf_new(FileViewType type, const gchar *path);
 
 void vf_set_status_func(ViewFile *vf, void (*func)(ViewFile *vf, gpointer data), gpointer data);