Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > f6f1a352273cabd8efdf12d0d3fdccf4 > files > 3

apache-mod_python-3.3.1-19.src.rpm

Index: src/include/mod_python.h
===================================================================
--- src/include/mod_python.h
+++ src/include/mod_python.h	2008-12-24 22:41:21.000000000 +0100
@@ -136,6 +136,8 @@
 #define LONG_LONG PY_LONG_LONG
 #endif
 
+PyObject *get_ServerReturn();
+
 /* structure to hold interpreter data */
 typedef struct {
     PyInterpreterState *istate;