summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/struct.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-29 20:52:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-29 20:52:23 (GMT)
commitec826257323b853d3171f464fb57d37989715a44 (patch)
tree2b6dd292466f0b2ea6924b1cff7f6c9ca20e2f42 /plugins/pychrysalide/struct.h
parentee2ddc088b10622b08d1b9484894cabd73374c37 (diff)
Updated the root API of the Python bindings.
Diffstat (limited to 'plugins/pychrysalide/struct.h')
-rw-r--r--plugins/pychrysalide/struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/struct.h b/plugins/pychrysalide/struct.h
index 7c5391c..c063c5e 100644
--- a/plugins/pychrysalide/struct.h
+++ b/plugins/pychrysalide/struct.h
@@ -35,7 +35,7 @@
PyTypeObject *get_python_py_struct_type(void);
/* Prend en charge l'objet 'pychrysalide.PyStructObject'. */
-bool register_python_py_struct(PyObject *);
+bool ensure_python_py_struct_is_registered(void);