summaryrefslogtreecommitdiffstats
path: root/python/utils.h
blob: 9f5be831dc68ee78f77339fddf289cc73966ea22 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __PYLASSO_UTILS_H__
#define __PYLASSO_UTILS_H__

#undef _POSIX_C_SOURCE
#include <Python.h>

extern PyObject *lasso_error;

int CheckArgs(PyObject *args, char *format);

#endif /* __PYLASSO_UTILS_H__ */