comparison plugins/tcl/tcl.c @ 8993:294ae6548d4e

[gaim-migrate @ 9768] update the structs committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 00:32:52 +0000
parents a88d4463d233
children 4c1a1be8ce33
comparison
equal deleted inserted replaced
8992:f15fcdbecf0a 8993:294ae6548d4e
364 GAIM_WEBSITE, 364 GAIM_WEBSITE,
365 tcl_load, 365 tcl_load,
366 tcl_unload, 366 tcl_unload,
367 NULL, 367 NULL,
368 NULL, 368 NULL,
369 &tcl_loader_info 369 &tcl_loader_info,
370 NULL,
371 NULL
370 }; 372 };
371 373
372 #ifdef _WIN32 374 #ifdef _WIN32
373 extern Tcl_Interp* (CALLBACK* wtcl_CreateInterp)(); 375 extern Tcl_Interp* (CALLBACK* wtcl_CreateInterp)();
374 extern void (CALLBACK* wtk_Init)(Tcl_Interp*); 376 extern void (CALLBACK* wtk_Init)(Tcl_Interp*);