aboutsummaryrefslogtreecommitdiff
path: root/src/progressdialog.h
diff options
context:
space:
mode:
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,