summaryrefslogtreecommitdiffstats
path: root/cython/plist_util.h
blob: fbf56b61490dbb4d9d32046f632dbdc06267dd34 (plain)
1
2
3
4
5
#include <Python.h>

void datetime_to_ints(PyObject* obj, int32_t* sec, int32_t* usec);
PyObject* ints_to_datetime(int32_t sec, int32_t usec);
int check_datetime(PyObject* obj);