src/plugin.c: Implement `plugin_register_complex_read'
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 21 Feb 2009 17:29:52 +0000 (18:29 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 21 Feb 2009 17:29:52 +0000 (18:29 +0100)
commit16baafe97586dd469a9b14a91c2c24762367d6f2
treec1395658d6a18cb4262e9fcd351f400b4a711f4e
parent1494e5a7ee03cff645528fc7143dae2a2f04a7ea
src/plugin.c: Implement `plugin_register_complex_read'

These read callbacks will receive a user pointer. This is nice for the
Java plugin, because the plugin infrastructure can now call one specific
Java read function.

AfaIk, the Perl plugin can make use of this, too.
src/plugin.c
src/plugin.h