X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/bfe5ccdcf939280dfbea28c2d94cb8928da33998..ef352465e0a513d83fb4c76695a4787387cf8e73:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 517ec0b..c272b53 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -372,7 +372,6 @@ extern PyTypeObject *fe_pytype; #define FE_FOBJ(o) ((PyObject *)(o)->ob_type) #define FE_X(o) (((fe_pyobj *)(o))->x) extern PyObject *fe_pywrap(PyObject *, mp *); -extern mp *getfe(field *, PyObject *); typedef struct fe_pyobj { PyObject_HEAD