X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Ftimestamp.h;h=0ba614724b73da61454370d69d227ad922a693f3;hb=c6a1140e085f633273fcf47a6462bd9382ce118a;hp=4dcc429b9f58d23bee876a90b27061473f9747c5;hpb=7acdc3aecd7ce546727ae8239e0d942c2a00db43;p=wimlib diff --git a/src/timestamp.h b/src/timestamp.h index 4dcc429b..0ba61472 100644 --- a/src/timestamp.h +++ b/src/timestamp.h @@ -72,6 +72,6 @@ extern u64 get_wim_timestamp(); extern void -wim_timestamp_to_str(u64 timestamp, char *buf, size_t len); +wim_timestamp_to_str(u64 timestamp, tchar *buf, size_t len); #endif