X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm.h;h=ea9cd6c96ec406073662475e9086a5648b0b72de;hb=1dd10a8ea007ecf04ddaa5a0ab2fa26c572ecc60;hp=9be5f60aaffbf17c1e334b11a2896db6107417d6;hpb=06ea9ccb6a8d36c63d5f1dac4fd2430819b75a95;p=zpackage diff --git a/zpm.h b/zpm.h index 9be5f60..ea9cd6c 100644 --- a/zpm.h +++ b/zpm.h @@ -201,7 +201,7 @@ struct zpm *zpm_clearmem(struct zpm *zpm); struct zpm_note { int64_t id; - time_t ts; /* or timespec */ + char *ts; /* applications can parse it if they need to */ char *note; char *pkgid; char *path;