]> pd.if.org Git - zpackage/blobdiff - zpm.h
rework zpm-note
[zpackage] / zpm.h
diff --git a/zpm.h b/zpm.h
index 9be5f60aaffbf17c1e334b11a2896db6107417d6..ea9cd6c96ec406073662475e9086a5648b0b72de 100644 (file)
--- 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;