# HG changeset patch # User Richard Laager # Date 1134075485 0 # Node ID 57a0c8fc4bbcb7095185d6fb02416b1b974c3c59 # Parent 7c7cb03e5475d705fb0e87697882baada5d701ad [gaim-migrate @ 14712] void prototype fix. This should be correct, but can someone double check that Tcl under win32 still compiles? committer: Tailor Script diff -r 7c7cb03e5475 -r 57a0c8fc4bbc plugins/tcl/tcl_win32.c --- a/plugins/tcl/tcl_win32.c Thu Dec 08 20:57:48 2005 +0000 +++ b/plugins/tcl/tcl_win32.c Thu Dec 08 20:58:05 2005 +0000 @@ -27,7 +27,7 @@ #include #endif -typedef Tcl_Interp* (CALLBACK* LPFNTCLCREATEINTERP)(); +typedef Tcl_Interp* (CALLBACK* LPFNTCLCREATEINTERP)(void); typedef void (CALLBACK* LPFNTKINIT)(Tcl_Interp*); LPFNTCLCREATEINTERP wtcl_CreateInterp = NULL;