diff options
author | William M. Brack <wbrack@src.gnome.org> | 2007-01-12 23:49:56 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2007-01-12 23:49:56 +0000 |
commit | 44a76400aea47c5ce40f2549127558c18be7ad08 (patch) | |
tree | 34234cc5d2c9beed5576f35a146bbed0261f1551 /tests | |
parent | e1b7da0c1f2fdf2591d75aeaed01d8b32331573e (diff) | |
download | libxslt-44a76400aea47c5ce40f2549127558c18be7ad08.tar.gz libxslt-44a76400aea47c5ce40f2549127558c18be7ad08.tar.bz2 libxslt-44a76400aea47c5ce40f2549127558c18be7ad08.zip |
fixed problem with DV/WMB testing env. regenerated docs;
* configure.in: fixed problem with DV/WMB testing env.
* regenerated docs; doc/APIchunk1[012].html added to SVN
* libxslt/extensions.c: fixed problem with plugin loading;
removed testplugin.c from SVN (current version kept as
tests/plugin/testplugin.c)
svn path=/trunk/; revision=1415
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugins/testplugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/plugins/testplugin.c b/tests/plugins/testplugin.c index 68ffa980..95bb450d 100644 --- a/tests/plugins/testplugin.c +++ b/tests/plugins/testplugin.c @@ -39,6 +39,9 @@ #define PLUGINPUBFUN #endif +/* include a prototype to make gcc happy */ +void +PLUGINPUBFUN xmlsoft_org_xslt_testplugin_init(void); /************************************************************************ * * |