]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
please lint
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Jun 2009 14:39:50 +0000 (14:39 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Jun 2009 14:39:50 +0000 (14:39 +0000)
git-svn-id: file:///svn/unbound/trunk@1673 be551aaa-1e26-0410-a405-d3ace91eadb9

pythonmod/pythonmod.c

index 33778a669edfd0e441040a066de0fcbc9644586c..1568973f545a23833ab82dc3fcb03c1a3ce4ff3a 100644 (file)
 #include "util/config_file.h"
 #include "pythonmod_utils.h"
 
+#ifdef S_SPLINT_S
+typedef struct PyObject PyObject;
+#endif
+
 /**
  * Global state for the module. 
  */