diff options
Diffstat (limited to 'cython/plist_util.h')
| -rw-r--r-- | cython/plist_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/plist_util.h b/cython/plist_util.h index fbf56b6..e0a84b5 100644 --- a/cython/plist_util.h +++ b/cython/plist_util.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #include <Python.h> | 1 | #include <Python.h> |
| 2 | 2 | ||
| 3 | void datetime_to_ints(PyObject* obj, int32_t* sec, int32_t* usec); | 3 | int64_t datetime_to_timestamp(PyObject* obj); |
| 4 | PyObject* ints_to_datetime(int32_t sec, int32_t usec); | 4 | PyObject* timestamp_to_datetime(int64_t sec); |
| 5 | int check_datetime(PyObject* obj); | 5 | int check_datetime(PyObject* obj); |
