X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=zpm.h;h=ea9cd6c96ec406073662475e9086a5648b0b72de;hp=9be5f60aaffbf17c1e334b11a2896db6107417d6;hb=d697639ca6483bdee0ab043f85a2266fe7c62956;hpb=f523c503b7afe9964eb2c659f42c3cabbe725ae2 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;