X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=src%2Fptime.h;h=54320a462f4ef95a17fc4c12ade94ac1d8e7844e;hp=aac8c525154c3b1b97e16d0b3367fc267add2dbd;hb=8d43529da6a9a3a469b107ab07f52991e9f18e75;hpb=0136d7d490c7766920f0b46dc3b2b15a0f988c5f diff --git a/src/ptime.h b/src/ptime.h index aac8c52..54320a4 100644 --- a/src/ptime.h +++ b/src/ptime.h @@ -22,6 +22,6 @@ #include char *get_time_str(); -char *time_to_str(time_t *t); +char *tm_to_str(const struct tm *); #endif