summaryrefslogtreecommitdiffstats
path: root/date.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'date.pxd')
-rw-r--r--date.pxd2
1 files changed, 2 insertions, 0 deletions
diff --git a/date.pxd b/date.pxd
index cce6c55..24af83f 100644
--- a/date.pxd
+++ b/date.pxd
@@ -18,3 +18,5 @@ cdef extern from "isda/dateconv.h":
cdef extern from "isda/ldate.h":
int JpmcdsDateFwdThenAdjust(TDate date, TDateInterval* interval, long badDayMethod,
char* holidayFile, TDate *advAdjustedDate)
+
+cdef TDate pydate_to_TDate(d)