X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/862414c1fb14417cf57b4fad4798fd5833ef0325..43806eefdf9d9400425ff74ec25ec461b09dc0ef:/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