diff src/editors.h @ 753:477f48ba28d8

rewritten utilops.h: - better integration of external commands - filter commands
author nadvornik
date Sat, 24 May 2008 22:44:18 +0000
parents fa8f7d7396cf
children 7148e125bf23
line wrap: on
line diff
--- a/src/editors.h	Sat May 24 20:01:59 2008 +0000
+++ b/src/editors.h	Sat May 24 22:44:18 2008 +0000
@@ -69,6 +69,7 @@
 gint start_editor_from_file_full(gint n, FileData *fd, EditorCallback cb, gpointer data);
 gint start_editor_from_filelist_full(gint n, GList *list, EditorCallback cb, gpointer data);
 gint editor_window_flag_set(gint n);
+gint editor_is_filter(gint n);
 const gchar *editor_get_error_str(gint flags);
 
 const gchar *editor_get_name(gint n);