Revision 2551 src/update_check.h

update_check.h (revision 2551)
1 1
/*
2 2
 * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3
 * Copyright (C) 1999-2009 Hiroyuki Yamamoto
3
 * Copyright (C) 1999-2010 Hiroyuki Yamamoto
4 4
 *
5 5
 * This program is free software; you can redistribute it and/or modify
6 6
 * it under the terms of the GNU General Public License as published by
......
28 28

  
29 29
#include <glib.h>
30 30

  
31
void update_check(gboolean show_dialog_always);
31
void update_check			(gboolean	 show_dialog_always);
32 32

  
33
void update_check_set_check_url		(const gchar	*url);
34
const gchar *update_check_get_check_url	(void);
35
void update_check_set_jump_url		(const gchar	*url);
36
const gchar *update_check_get_jump_url	(void);
37

  
33 38
#endif /* USE_UPDATE_CHECK */
34 39

  
35
#endif /* __PLUGIN_MANAGER_H__ */
40
#endif /* __UPDATE_CHECK_H__ */

Also available in: Unified diff