aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-30 07:44:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-30 07:44:59 +0000
commita07a513dcca1b9a8a90499658a27a528660ade40 (patch)
tree405e2051422fd1b7a3e8a71a65d2e30ba56b5664 /src/mimeview.h
parent4cc3707180ec49e18d83fd72c4f3eea541eb40ea (diff)
implemented printing of MIME part. Code cleanups.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1386 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mimeview.h')
-rw-r--r--src/mimeview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mimeview.h b/src/mimeview.h
index 6e11f9fe..a9a3df40 100644
--- a/src/mimeview.h
+++ b/src/mimeview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -90,4 +90,6 @@ void mimeview_pass_key_press_event (MimeView *mimeview,
void mimeview_save_as (MimeView *mimeview);
void mimeview_save_all (MimeView *mimeview);
+void mimeview_print (MimeView *mimeview);
+
#endif /* __MIMEVIEW_H__ */