diff options
Diffstat (limited to 'src/pl/plpython/plpy_main.h')
-rw-r--r-- | src/pl/plpython/plpy_main.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pl/plpython/plpy_main.h b/src/pl/plpython/plpy_main.h new file mode 100644 index 00000000000..a71aead1769 --- /dev/null +++ b/src/pl/plpython/plpy_main.h @@ -0,0 +1,13 @@ +/* + * src/pl/plpython/plpy_main.h + */ + +#ifndef PLPY_MAIN_H +#define PLPY_MAIN_H + +#include "plpy_procedure.h" + +/* the interpreter's globals dict */ +extern PyObject *PLy_interp_globals; + +#endif /* PLPY_MAIN_H */ |