From b6c73fd19c79ce9c548090466e5a514a61da36ae Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Fri, 2 Apr 2004 00:54:07 +0000 Subject: Initial commit --- python/lassomod.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/lassomod.h (limited to 'python/lassomod.h') diff --git a/python/lassomod.h b/python/lassomod.h new file mode 100644 index 00000000..21972734 --- /dev/null +++ b/python/lassomod.h @@ -0,0 +1,13 @@ +#ifndef __PYLASSO_LASSOMOD_H__ +#define __PYLASSO_LASSOMOD_H__ + +#include + +#include "utils.h" +#include "wrap_objs.h" + +#define HASH_TABLE_SIZE 10 + +extern PyObject *lasso_error; + +#endif /* __PYLASSO_LASSOMOD_H__ */ -- cgit