Patch : filter load/save
- From: Emmanuel <e allaud wanadoo fr>
- To: balsa-list gnome org
- Subject: Patch : filter load/save
- Date: Mon, 25 Jun 2001 09:20:34 +0200
Hi all,
I forgot a small pathc on filter.h to be coherent with the patch on
filter-file.c. Here it is now : it consists of the new prototype of
filter_load and a new error code : FILTER_ENOWRITE.
Bye
Manu
--- filter.h Fri Jun 22 16:58:16 2001
+++ filter.h.corr Mon Jun 25 09:17:12 2001
@@ -74,6 +74,7 @@
#define FILTER_ENOMSG 4
#define FILTER_ENOMEM 5
#define FILTER_EREGSYN 6
+#define FILTER_ENOWRITE 7
/*
@@ -114,7 +115,7 @@
* Exported filter functions
*/
GList *filter_init(gchar * filter_file);
-gint filter_load(GList * filter_list, gchar * filter_file);
+gint filter_load(GList ** filter_list, gchar * filter_file);
gint filter_save(GList * filter_list, gchar * filter_file);
gint filter_run_all(GList * filter_list, LibBalsaMessage * message);
gint filter_run_group(GList * filter_list,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]