/* * 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 */