aboutsummaryrefslogtreecommitdiff
path: root/src/update_check.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-05-28 06:59:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-05-28 06:59:51 +0000
commitb6d060aa8a6dddb734ca6f1f188b4e71d0ec9b75 (patch)
tree5d947eed0820a1fc10ff688c5e5f89df008f5b55 /src/update_check.h
parente5ad1b40d7174f432bc7ce6c71f518dda3fca374 (diff)
added functions to modify URLs for update check.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2551 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/update_check.h')
-rw-r--r--src/update_check.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/update_check.h b/src/update_check.h
index 6ca4ae5b..86d6a7e9 100644
--- a/src/update_check.h
+++ b/src/update_check.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 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
@@ -28,8 +28,13 @@
#include <glib.h>
-void update_check(gboolean show_dialog_always);
+void update_check (gboolean show_dialog_always);
+
+void update_check_set_check_url (const gchar *url);
+const gchar *update_check_get_check_url (void);
+void update_check_set_jump_url (const gchar *url);
+const gchar *update_check_get_jump_url (void);
#endif /* USE_UPDATE_CHECK */
-#endif /* __PLUGIN_MANAGER_H__ */
+#endif /* __UPDATE_CHECK_H__ */