summaryrefslogtreecommitdiff
path: root/inn-no-common.patch
blob: c58e53d03d78b7fac0aa19741cb6b50bc981a3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- inn-2.6.3/innd/python.c.orig	2019-02-07 16:02:22.000000000 +0100
+++ inn-2.6.3/innd/python.c	2020-11-07 18:39:55.705362751 +0100
@@ -60,7 +60,7 @@
 #include "innd.h"
 
 bool		PythonFilterActive;
-char		*filterPath;	/* This gets set in art.c. */
+extern const char *filterPath;	/* This gets set in art.c. */
 PyObject	*PYFilterObject = NULL;
 PyObject	*PYFilterModule = NULL;