contrib/fuzz/pyutil.h
changeset 41013 ef103c96ed33
child 43859 8766728dbce6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/fuzz/pyutil.h	Wed Dec 19 21:57:23 2018 -0500
@@ -0,0 +1,9 @@
+#include <Python.h>
+
+namespace contrib
+{
+
+void initpy(const char *cselfpath);
+PyObject *pyglobals();
+
+} /* namespace contrib */