- Fix warnings when compiled with glibc.
authorFabian Keil <fk@fabiankeil.de>
Sun, 25 Mar 2007 14:26:40 +0000 (14:26 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 25 Mar 2007 14:26:40 +0000 (14:26 +0000)
commit24283751261d4d07ef121a1b2d3803ad54249a5c
treedb6f216859acd8864b5fc215d3987f4dc2f7f3e2
parentce55c83855ff596b7a93be8a9f2420b5274176f8
- Fix warnings when compiled with glibc.
- Don't use crumble() for cookie crunching.
- Move cookie time parsing into parse_header_time().
- Let parse_header_time() return a jb_err code
  instead of a pointer that can only be used to
  check for NULL anyway.
parsers.c