summaryrefslogtreecommitdiffstats
path: root/python/py_lasso.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/py_lasso.h')
-rw-r--r--python/py_lasso.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/py_lasso.h b/python/py_lasso.h
new file mode 100644
index 00000000..5fea5d70
--- /dev/null
+++ b/python/py_lasso.h
@@ -0,0 +1,5 @@
+PyObject *init(PyObject *self, PyObject *args);
+PyObject *shutdown(PyObject *self, PyObject *args);
+PyObject *check_version_exact(PyObject *self, PyObject *args);
+PyObject *check_version(PyObject *self, PyObject *args);
+PyObject *check_version_ext(PyObject *self, PyObject *args);