diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-31 05:52:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-31 05:52:02 +0000 |
commit | 3e7961e6392ff297fd04ce40fd862494c0713079 (patch) | |
tree | 4d92abd38ba928e6fec98596db2181d6669d0f5e /mail/balsa/files/patch-libbalsa_mailbox_local.h | |
parent | - Fix build with gcc4 (diff) |
Update to 2.3.16.
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_mailbox_local.h')
-rw-r--r-- | mail/balsa/files/patch-libbalsa_mailbox_local.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_local.h b/mail/balsa/files/patch-libbalsa_mailbox_local.h index 985646513b23..7006f7f42b9f 100644 --- a/mail/balsa/files/patch-libbalsa_mailbox_local.h +++ b/mail/balsa/files/patch-libbalsa_mailbox_local.h @@ -1,11 +1,11 @@ ---- libbalsa/mailbox_local.h.orig Thu Dec 29 01:49:05 2005 -+++ libbalsa/mailbox_local.h Thu Dec 29 01:49:13 2005 -@@ -66,7 +66,7 @@ struct _LibBalsaMailboxLocalClass { +--- libbalsa/mailbox_local.h.orig Sun May 6 13:57:53 2007 ++++ libbalsa/mailbox_local.h Thu May 31 01:04:10 2007 +@@ -79,7 +79,7 @@ struct _LibBalsaMailboxLocalClass { gint (*check_files)(const gchar * path, gboolean create); void (*set_path)(LibBalsaMailboxLocal * local, const gchar * path); void (*remove_files)(LibBalsaMailboxLocal * local); - guint (*fileno)(LibBalsaMailboxLocal * local, guint msgno); + guint (*sti_fileno)(LibBalsaMailboxLocal * local, guint msgno); + LibBalsaMailboxLocalMessageInfo *(*get_info)(LibBalsaMailboxLocal * local, + guint msgno); }; - - GObject *libbalsa_mailbox_local_new(const gchar * path, gboolean create); |