diff plugins/tcl/tcl_gaim.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 0e886a234d92
children a84523152a24
line wrap: on
line diff
--- a/plugins/tcl/tcl_gaim.h	Sun Dec 04 18:19:06 2005 +0000
+++ b/plugins/tcl/tcl_gaim.h	Sun Dec 04 18:19:56 2005 +0000
@@ -48,7 +48,7 @@
 
 GaimPlugin *tcl_interp_get_plugin(Tcl_Interp *interp);
 
-void tcl_signal_init();
+void tcl_signal_init(void);
 void tcl_signal_handler_free(struct tcl_signal_handler *handler);
 void tcl_signal_cleanup(Tcl_Interp *interp);
 gboolean tcl_signal_connect(struct tcl_signal_handler *handler);