timestamp_t: a new data type for timestamps
[gitweb.git] / t / helper / test-ref-store.c
index a436bfdb053c966db7fcc1a2def7266889b028bf..9077ec2c330e216ee23f84de77e03008a8d874db 100644 (file)
@@ -138,7 +138,7 @@ static int cmd_for_each_reflog(struct ref_store *refs, const char **argv)
 }
 
 static int each_reflog(struct object_id *old_oid, struct object_id *new_oid,
-                      const char *committer, unsigned long timestamp,
+                      const char *committer, timestamp_t timestamp,
                       int tz, const char *msg, void *cb_data)
 {
        printf("%s %s %s %"PRItime" %d %s\n",