comparison src/gtkthemes.h @ 12323:fc464a0abccc

[gaim-migrate @ 14627] Function prototypes need to be of the form foo(void); instead of foo(); for function that don't take any arguments. This allows the compiler to detect mistakes were someone passes arguments to such a function. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 18:19:56 +0000
parents 24169af08585
children 202ce52b77a9
comparison
equal deleted inserted replaced
12322:c7ae1fd0827d 12323:fc464a0abccc
42 }; 42 };
43 43
44 extern struct smiley_theme *current_smiley_theme; 44 extern struct smiley_theme *current_smiley_theme;
45 extern GSList *smiley_themes; 45 extern GSList *smiley_themes;
46 46
47 extern void gaim_gtkthemes_init(); 47 extern void gaim_gtkthemes_init(void);
48 gboolean gaim_gtkthemes_smileys_disabled(); 48 gboolean gaim_gtkthemes_smileys_disabled(void);
49 extern void gaim_gtkthemes_smiley_themeize(GtkWidget *); 49 extern void gaim_gtkthemes_smiley_themeize(GtkWidget *);
50 extern void gaim_gtkthemes_smiley_theme_probe(); 50 extern void gaim_gtkthemes_smiley_theme_probe(void);
51 extern void gaim_gtkthemes_load_smiley_theme(const char *file, gboolean load); 51 extern void gaim_gtkthemes_load_smiley_theme(const char *file, gboolean load);
52 extern GSList *gaim_gtkthemes_get_proto_smileys(const char *id); 52 extern GSList *gaim_gtkthemes_get_proto_smileys(const char *id);
53 #endif /* _GAIM_GTKDIALOGS_H_ */ 53 #endif /* _GAIM_GTKDIALOGS_H_ */