I replaced the use of 'struct tm' with a private clone of that struct simply
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2008 21:57:51 +0000 (21:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2008 21:57:51 +0000 (21:57 +0000)
commitba9963b8fa22707dbf49e4fa253208467b2cb732
treeaf71645abdd0d3fee57b1dbd8a3b862e1870f880
parent6887106ff7e9be173f7cabe15da96a60194e1931
I replaced the use of 'struct tm' with a private clone of that struct simply
because the struct is declared on the stack and not all members are used so
we could just as well make struct with only struct members we actually need.
lib/parsedate.c