summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-26 14:37:53 (GMT)
committerGuido van Rossum <guido@python.org>2000-06-26 14:37:53 (GMT)
commit5e3c632a90e02c40d4e6a3d3548bcdd8f97632eb (patch)
tree5fe5fb7350e34ba9ea32214ec196c648613e93ed
parent5e0fa4065f928af5e44f136d46c18c37558262ad (diff)
downloadcpython-5e3c632a90e02c40d4e6a3d3548bcdd8f97632eb.zip
cpython-5e3c632a90e02c40d4e6a3d3548bcdd8f97632eb.tar.gz
cpython-5e3c632a90e02c40d4e6a3d3548bcdd8f97632eb.tar.bz2
Fredrik Lundh: get rid of warning in pythonrun.c
-rw-r--r--Include/pythonrun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index 2648d1c..998772d 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -94,6 +94,7 @@ DL_IMPORT(void) init_exceptions Py_PROTO((void));
/* Various internal finalizers */
DL_IMPORT(void) fini_exceptions Py_PROTO((void));
+DL_IMPORT(void) _PyImport_Fini Py_PROTO((void));
DL_IMPORT(void) PyMethod_Fini Py_PROTO((void));
DL_IMPORT(void) PyFrame_Fini Py_PROTO((void));
DL_IMPORT(void) PyCFunction_Fini Py_PROTO((void));