comparison libpurple/plugins/tcl/tcl.c @ 16671:98b4e313b9ba

Updating the loaders since I missed them since I'm not building any of them right now
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:42:33 +0000
parents 32c366eeeb99
children fb096fc27b4e
comparison
equal deleted inserted replaced
16670:3d41d0d7fb9b 16671:98b4e313b9ba
397 NULL, 397 NULL,
398 tcl_probe_plugin, 398 tcl_probe_plugin,
399 tcl_load_plugin, 399 tcl_load_plugin,
400 tcl_unload_plugin, 400 tcl_unload_plugin,
401 tcl_destroy_plugin, 401 tcl_destroy_plugin,
402
403 /* pidgin */
404 NULL,
405 NULL,
406 NULL,
407 NULL
402 }; 408 };
403 409
404 static PurplePluginInfo tcl_info = 410 static PurplePluginInfo tcl_info =
405 { 411 {
406 PURPLE_PLUGIN_MAGIC, 412 PURPLE_PLUGIN_MAGIC,
421 tcl_load, 427 tcl_load,
422 tcl_unload, 428 tcl_unload,
423 NULL, 429 NULL,
424 NULL, 430 NULL,
425 &tcl_loader_info, 431 &tcl_loader_info,
432 NULL,
433 NULL,
434
435 /* padding */
436 NULL,
437 NULL,
426 NULL, 438 NULL,
427 NULL 439 NULL
428 }; 440 };
429 441
430 #ifdef _WIN32 442 #ifdef _WIN32