Mercurial > pidgin
diff libpurple/plugins/mono/loader/mono.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 | 80ee585fb53c |
| children | 3cc856ca2338 |
line wrap: on
line diff
--- a/libpurple/plugins/mono/loader/mono.c Mon Apr 30 00:34:04 2007 +0000 +++ b/libpurple/plugins/mono/loader/mono.c Mon Apr 30 00:42:33 2007 +0000 @@ -194,7 +194,13 @@ probe_mono_plugin, load_mono_plugin, unload_mono_plugin, - destroy_mono_plugin + destroy_mono_plugin, + + /* padding */ + NULL, + NULL, + NULL, + NULL }; static PurplePluginInfo info = @@ -220,6 +226,12 @@ NULL, &loader_info, NULL, + NULL, + + /* padding */ + NULL, + NULL, + NULL, NULL };
