mirror of https://github.com/n1nj4sec/pupy.git
client/linux: Export PyCapsule_New
This commit is contained in:
parent
a8ede47922
commit
9906826084
|
@ -33,6 +33,7 @@ PyObject *, PyErr_Occurred, (void)
|
|||
void, PyErr_Fetch, (PyObject **, PyObject **, PyObject **)
|
||||
void, PyErr_Clear, (void)
|
||||
int, PyObject_IsInstance, (PyObject *, PyObject *)
|
||||
PyObject *, PyCapsule_New, (void *, const char *, void *)
|
||||
|
||||
PyObject, PyInt_Type
|
||||
PyObject, _Py_NoneStruct
|
||||
|
|
Loading…
Reference in New Issue