aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-20 02:43:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-20 02:43:17 +0000
commitd73e3bb581deb1e1b9645780785bc78af3796b41 (patch)
treec49441039830be24c2ef627461a9ae69dd5f9720 /libsylph/procmsg.h
parentc2dbb1ce00b5ccdc7c6a3aa8d880d88658446654 (diff)
removed all warnings output with -Wall.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 8456cdc9..34a63bb0 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -309,6 +309,10 @@ gint procmsg_save_to_outbox (FolderItem *outbox,
void procmsg_print_message (MsgInfo *msginfo,
const gchar *cmdline,
gboolean all_headers);
+void procmsg_print_message_part (MsgInfo *msginfo,
+ MimeInfo *partinfo,
+ const gchar *cmdline,
+ gboolean all_headers);
MsgInfo *procmsg_get_msginfo (FolderItem *item,
gint num);