summaryrefslogtreecommitdiffstats
path: root/python/py_lasso.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-02 00:54:07 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-02 00:54:07 +0000
commitb6c73fd19c79ce9c548090466e5a514a61da36ae (patch)
tree7cccd562a2640b30c2f539e990c96f5881f273ca /python/py_lasso.h
parentd09a0de3b0e667b96ca722f374f04baeb164224b (diff)
downloadlasso-b6c73fd19c79ce9c548090466e5a514a61da36ae.tar.gz
lasso-b6c73fd19c79ce9c548090466e5a514a61da36ae.tar.xz
lasso-b6c73fd19c79ce9c548090466e5a514a61da36ae.zip
Initial commit
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);