diff options
Diffstat (limited to 'python/lassomod.h')
| -rw-r--r-- | python/lassomod.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 <lasso/lasso.h> + +#include "utils.h" +#include "wrap_objs.h" + +#define HASH_TABLE_SIZE 10 + +extern PyObject *lasso_error; + +#endif /* __PYLASSO_LASSOMOD_H__ */ |
