aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-07 09:18:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-07 09:18:28 +0000
commita7fb618c5ffe4e28909cde345ebb037683fe82db (patch)
treeebb6a9c8ca9cb9795f599b9b7c1f8b26f02f06ca /libsylph/utils.h
parente8a89709045c2dcb85098ae9ac515cccf6c9bb2d (diff)
adjusted the freqency of UI update on IMAP4.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@554 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index ec581105..8d257366 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -498,7 +498,7 @@ void set_log_ui_func (LogFunc print_func,
void set_log_show_status_func (LogFunc status_func);
void debug_print (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
-void print_status (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
+void status_print (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
void log_print (const gchar *format, ...) G_GNUC_PRINTF(1, 2);
void log_message (const gchar *format, ...) G_GNUC_PRINTF(1, 2);