diff src/filefilter.h @ 1309:55ea4962887a

config file format changed to XML save and restore all layout windows save and restore sidebar configuration
author nadvornik
date Sun, 22 Feb 2009 15:35:37 +0000
parents 8b89e3ff286b
children 15208b140481
line wrap: on
line diff
--- a/src/filefilter.h	Sun Feb 22 13:29:49 2009 +0000
+++ b/src/filefilter.h	Sun Feb 22 15:35:37 2009 +0000
@@ -42,8 +42,9 @@
 gboolean filter_name_is_writable(const gchar *name);
 gboolean filter_name_allow_sidecar(const gchar *name);
 
-void filter_write_list(SecureSaveInfo *ssi);
-void filter_parse(const gchar *text);
+void filter_write_list(GString *outstr, gint indent);
+void filter_load_file_type(const gchar **attribute_names, const gchar **attribute_values);
+
 
 void sidecar_ext_parse(const gchar *text, gboolean quoted);
 gchar *sidecar_ext_to_string(void);