aboutsummaryrefslogtreecommitdiff
path: root/src/progressdialog.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-08-04 07:08:14 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-08-04 07:08:14 +0000
commitc24bf4d56469351ead16dd9d917bcddeff9d4fc7 (patch)
tree6b593d9e5828f695e072533975e79e3d0adaabf5 /src/progressdialog.h
parentf9900e671911918612d952dd669aa2129c13227e (diff)
show progressbar on mbox import.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2196 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/progressdialog.h')
-rw-r--r--src/progressdialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/progressdialog.h b/src/progressdialog.h
index 1a722b3a..fd5a3278 100644
--- a/src/progressdialog.h
+++ b/src/progressdialog.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2008 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2009 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
@@ -48,7 +48,9 @@ typedef enum
PROG_N_COLS
} ProgressColumn;
-ProgressDialog *progress_dialog_create (void);
+ProgressDialog *progress_dialog_create (void);
+ProgressDialog *progress_dialog_simple_create (void);
+
void progress_dialog_destroy (ProgressDialog *progress);
void progress_dialog_set_label (ProgressDialog *progress,