diff options
Diffstat (limited to 'libdimension-python/Vector.h')
-rw-r--r-- | libdimension-python/Vector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdimension-python/Vector.h b/libdimension-python/Vector.h index 0ec288d..7a8d769 100644 --- a/libdimension-python/Vector.h +++ b/libdimension-python/Vector.h @@ -27,6 +27,7 @@ typedef struct dmnsn_py_Vector { extern PyTypeObject dmnsn_py_VectorType; +bool dmnsn_py_Vector_args(dmnsn_vector *v, PyObject *args, PyObject *kwds); bool dmnsn_py_init_VectorType(void); /* Global methods */ |