diff src/view_file.c @ 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.c	Sun May 11 20:38:21 2008 +0000
+++ b/src/view_file.c	Sun May 11 21:11:54 2008 +0000
@@ -16,6 +16,16 @@
 #include "view_file_list.h"
 #include "view_file_icon.h"
 
+/*
+ *-----------------------------------------------------------------------------
+ * signals
+ *-----------------------------------------------------------------------------
+ */
+
+void vf_send_update(ViewFile *vf)
+{
+	if (vf->func_status) vf->func_status(vf, vf->data_status);
+}
 
 /*
  *-----------------------------------------------------------------------------