aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mimeview.h')
-rw-r--r--src/mimeview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mimeview.h b/src/mimeview.h
index e2dfb121..de7bf5ff 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-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 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
@@ -75,6 +75,9 @@ void mimeview_destroy (MimeView *mimeview);
MimeInfo *mimeview_get_selected_part (MimeView *mimeview);
+gboolean mimeview_step (MimeView *mimeview,
+ GtkScrollType type);
+
void mimeview_pass_key_press_event (MimeView *mimeview,
GdkEventKey *event);