Skip to content
Snippets Groups Projects
Commit 510c499d authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'features-2566' into 'master'

[*] Fix.

See merge request libdap-chain-gdb-python!2
parents 44861a80 a1d0d753
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -19,7 +19,7 @@ PyObject* dap_chain_gdb_new_py(PyObject* self, PyObject *args); ...@@ -19,7 +19,7 @@ PyObject* dap_chain_gdb_new_py(PyObject* self, PyObject *args);
PyObject *dap_chain_gdb_delete_py(PyObject *self, PyObject *args); PyObject *dap_chain_gdb_delete_py(PyObject *self, PyObject *args);
PyObject *dap_chain_gdb_get_group_py(PyObject *self, PyObject *args); PyObject *dap_chain_gdb_get_group_py(PyObject *self, PyObject *args);
PyMethodDef DapChainGDBMethod[] = { static PyMethodDef DapChainGDBMethod[] = {
{"new", (PyCFunction)dap_chain_gdb_new_py, METH_VARARGS | METH_STATIC, ""}, {"new", (PyCFunction)dap_chain_gdb_new_py, METH_VARARGS | METH_STATIC, ""},
{"delete", (PyCFunction)dap_chain_gdb_delete_py, METH_VARARGS | METH_STATIC, ""}, {"delete", (PyCFunction)dap_chain_gdb_delete_py, METH_VARARGS | METH_STATIC, ""},
{"getGroup", (PyCFunction)dap_chain_gdb_get_group_py, METH_VARARGS | METH_STATIC, ""}, {"getGroup", (PyCFunction)dap_chain_gdb_get_group_py, METH_VARARGS | METH_STATIC, ""},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment