X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c53766c774f15b1763101f845e27feec7ac3b176..f8477782df203e1998a8704e71a1a3cc699e9e3a:/ftparchive/cachedb.h?ds=sidebyside diff --git a/ftparchive/cachedb.h b/ftparchive/cachedb.h index 257af20fc..1b043e1aa 100644 --- a/ftparchive/cachedb.h +++ b/ftparchive/cachedb.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: cachedb.h,v 1.3 2002/11/22 07:19:51 doogie Exp $ +// $Id: cachedb.h,v 1.4 2004/05/08 19:41:01 mdz Exp $ /* ###################################################################### CacheDB @@ -16,7 +16,7 @@ #pragma interface "cachedb.h" #endif -#include +#include #include #include #include @@ -69,7 +69,7 @@ class CacheDB enum FlagList {FlControl = (1<<0),FlMD5=(1<<1),FlContents=(1<<2)}; struct StatStore { - uint32_t mtime; + time_t mtime; uint32_t Flags; } CurStat; struct StatStore OldStat;