X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fptime.h;h=54320a462f4ef95a17fc4c12ade94ac1d8e7844e;hb=8d43529da6a9a3a469b107ab07f52991e9f18e75;hp=aac8c525154c3b1b97e16d0b3367fc267add2dbd;hpb=4d1a39be05a99a8fbd2b4839f37c7a21d4214c59;p=ptask.git 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