Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > contrib-updates-src > by-pkgid > 04ad1e41b0bf82edd0bb0a1e521599fc > files > 3

apache-mod_python-3.3.1-14.1mdv2010.2.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;