1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-06-30 02:21:44 +03:00

fixed a small warning. rebuilt the APIs Daniel

* python/libxml.c : fixed a small warning.
* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
  python/libxsltclass.txt: rebuilt the APIs
Daniel
This commit is contained in:
Daniel Veillard
2002-02-10 19:31:34 +00:00
parent 2e2bc3adde
commit 0f39f084c1
6 changed files with 73 additions and 2 deletions

View File

@ -349,7 +349,7 @@ libxslt_xsltCleanup(PyObject *self, PyObject *args) {
************************************************************************/
static PyMethodDef libxsltMethods[] = {
#include "libxslt-export.c"
{ NULL, NULL, NULL, NULL }
{ NULL }
};
void initlibxsltmod(void) {